summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-131-0/+1
|\
| * fs: Readd the fs module aliases.Eric W. Biederman2013-03-131-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2013-03-121-13/+29
|\ \
| * | libceph: fix decoding of pgidsSage Weil2013-03-111-13/+29
* | | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-122-9/+18
|\ \ \
| * | | sunrpc: don't attempt to cancel unitialized workJ. Bruce Fields2013-03-091-5/+10
| * | | nfsd: fix krb5 handling of anonymous principalsJ. Bruce Fields2013-03-061-4/+8
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-1126-113/+188
|\ \ \ \ | |_|_|/ |/| | |
| * | | 6lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki / 吉藤英明2013-03-101-1/+1
| * | | dcbnl: fix various netlink info leaksMathias Krause2013-03-101-0/+8
| * | | rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause2013-03-101-0/+1
| * | | bridge: fix mdb info leaksMathias Krause2013-03-101-0/+4
| * | | ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa2013-03-081-1/+2
| * | | bridging: fix rx_handlers return codeCristian Bercaru2013-03-081-0/+1
| * | | netlabel: fix build problems when CONFIG_IPV6=nPaul Moore2013-03-081-10/+5Star
| * | | net/rds: zero last byte for strncpyChen Gang2013-03-081-0/+1
| * | | bridge: add missing vid to br_mdb_get()Cong Wang2013-03-074-5/+6
| * | | Fix: sparse warning in inet_csk_prepare_forced_closeChristoph Paasch2013-03-071-0/+1
| * | | afkey: fix a typoJunwei Zhang2013-03-071-4/+4
| * | | netlabel: correctly list all the static label mappingsPaul Moore2013-03-071-6/+6
| * | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-03-073-7/+14
| |\ \ \
| | * | | netfilter: nfnetlink: silence warning if CONFIG_PROVE_RCU isn't setPaul Bolle2013-03-041-6/+1Star
| | * | | netfilter: xt_AUDIT: only generate audit log when audit enabledGao feng2013-03-041-0/+3
| | * | | netfilter: nf_ct_helper: Fix logging for dropped packetsJoe Perches2013-03-021-1/+10
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-066-42/+70
| |\ \ \ \
| | * | | | mac80211: another fix for idle handling in monitor modeFelix Fietkau2013-03-021-0/+6
| | * | | | mac80211: fix VHT MCS calculationJohannes Berg2013-03-011-0/+3
| | * | | | mac80211: fix oops on mesh PS broadcast forwardingMarco Porsch2013-03-011-1/+2
| | * | | | nl80211: increase wiphy dump size dynamicallyJohannes Berg2013-03-011-5/+25
| | * | | | mac80211: really fix monitor mode channel reportingJohannes Berg2013-02-281-8/+13
| | * | | | nl80211: remove channel width and extended capa advertisingJohannes Berg2013-02-272-23/+1Star
| | * | | | mac80211: Fix crash due to un-canceled work-itemsBen Greear2013-02-261-0/+11
| | * | | | mac80211: stop timers before canceling work itemsBen Greear2013-02-261-5/+9
| * | | | | net/ipv4: Timestamp option cannot overflow with prespecified addressesDavid Ward2013-03-061-1/+1
| * | | | | net: reduce net_rx_action() latency to 2 HZEric Dumazet2013-03-061-1/+1
| * | | | | net: fix new kernel-doc warnings in net coreRandy Dunlap2013-03-061-1/+1
| * | | | | pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente2013-03-061-2/+0Star
| * | | | | pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Paolo Valente2013-03-061-1/+2
| * | | | | pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente2013-03-061-1/+9
| * | | | | pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Paolo Valente2013-03-061-14/+22
| * | | | | pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente2013-03-061-1/+1
| * | | | | pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente2013-03-061-2/+11
| * | | | | net/irda: Raise dtr in non-blocking openPeter Hurley2013-03-061-2/+9
| * | | | | net/irda: Use barrier to set task statePeter Hurley2013-03-061-1/+1
| * | | | | net/irda: Hold port lock while bumping blocked_openPeter Hurley2013-03-061-2/+2
| * | | | | net/irda: Fix port open countsPeter Hurley2013-03-061-9/+5Star
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-101-3/+1Star
|\ \ \ \ \ \
| * | | | | | fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-3/+1Star
| | |_|_|/ / | |/| | | |
* | | | | | Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann2013-03-091-1/+1
| |/ / / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-0619-139/+175
|\ \ \ \ \ | |/ / / / |/| | | |