aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-02-287-20/+29
|\
| * net: Add checking to rcu_dereference() primitivesPaul E. McKenney2010-02-257-20/+29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-02-261-0/+16
|\ \
| * | crypto: gcm - Add RFC4543 wrapper for GCMTobias Brunner2010-01-171-0/+16
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-02-251-3/+14
|\ \ \ | |_|/ |/| |
| * | HID: make raw reports possible for both feature and output reportsJiri Kosina2010-02-031-3/+14
* | | net: bug fix for vlan + gro issueAjit Khaparde2010-02-231-1/+1
* | | net-sysfs: Use rtnl_trylock in wireless sysfs methods.Eric W. Biederman2010-02-191-1/+2
* | | net: Fix sysctl restarts...Eric W. Biederman2010-02-192-3/+20
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-02-169-33/+23
|\ \ \
| * | | xfrm: Fix xfrm_state_clone leakHerbert Xu2010-02-161-9/+3
| * | | ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu2010-02-162-10/+2
| * | | ethtool: allow non-admin user to read GRO settings.stephen hemminger2010-02-161-0/+1
| * | | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-141-0/+3
| |\ \ \
| | * | | mac80211: fix handling of null-rate control in rate_control_get_rateJuuso Oikarinen2010-02-121-0/+3
| * | | | inet: Remove bogus IGMPv3 report handlingHerbert Xu2010-02-121-1/+1
| * | | | tcp: fix ICMP-RTO warDamian Lukowski2010-02-101-4/+2
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-102-9/+11
| |\ \ \ \ | | |/ / /
| | * | | mac80211: fix deferred hardware scan requestsJohannes Berg2010-02-081-8/+10
| | * | | mac80211: Fix probe request filtering in IBSS modeBenoit Papillault2010-02-081-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-02-1025-132/+162
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2010-02-085-28/+37
| |\ \ \ \
| | * | | | Bluetooth: Keep a copy of each HID device's report descriptorMichael Poole2010-02-052-26/+27
| | * | | | Bluetooth: Enter active mode before establishing a SCO link.Nick Pelly2010-02-031-0/+3
| | * | | | Bluetooth: Do not call rfcomm_session_put() for RFCOMM UA on closed socketNick Pelly2010-02-031-1/+5
| | * | | | Bluetooth: Fix sleeping function in RFCOMM within invalid contextMarcel Holtmann2010-02-031-1/+1
| | * | | | Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature)Nick Pelly2010-02-031-0/+1
| | | |/ / | | |/| |
| * | | | net/sched: Fix module name in KconfigJan Luebbe2010-02-081-8/+8
| * | | | dst: call cond_resched() in dst_gc_task()Eric Dumazet2010-02-081-0/+2
| * | | | netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-088-47/+47
| * | | | netfilter: xtables: compat out of scope fixAlexey Dobriyan2010-02-083-6/+6
| * | | | netfilter: nf_conntrack: restrict runtime expect hashsize modificationsAlexey Dobriyan2010-02-081-1/+1
| * | | | netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet2010-02-081-16/+23
| * | | | netfilter: nf_conntrack: fix memory corruption with multiple namespacesPatrick McHardy2010-02-081-12/+12
| * | | | pktgen: Fix freezing problemRafael J. Wysocki2010-02-041-0/+1
| * | | | irda: add missing BKL in irnet_ppp ioctlThadeu Lima de Souza Cascardo2010-02-031-0/+2
| * | | | irda: unbalanced lock_kernel in irnet_pppThadeu Lima de Souza Cascardo2010-02-031-1/+2
| * | | | dccp: fix auto-loading of dccp(_probe)Gerrit Renker2010-02-031-2/+2
| * | | | dccp: fix bug in cache allocationGerrit Renker2010-02-032-4/+6
| * | | | netlink: fix for too early rmmodAlexey Dobriyan2010-02-031-0/+5
| * | | | af_key: fix netns ops ordering on module load/unloadAlexey Dobriyan2010-02-031-7/+8
| |/ / /
* | | | 9p: fix p9_client_destroy unconditional calling v9fs_put_transEric Van Hensbergen2010-02-081-12/+19
* | | | 9p: Fix the kernel crash on a failed mountAneesh Kumar K.V2010-02-081-1/+2
* | | | 9p: fix option parsingEric Van Hensbergen2010-02-083-12/+16
* | | | net/9p: fix statsize inside twstatEric Van Hensbergen2010-02-081-2/+3
* | | | net/9p: fail when user specifies a transport which we can't findEric Van Hensbergen2010-02-081-0/+8
* | | | net/9p: fix virtio transport to correctly update status on connectEric Van Hensbergen2010-02-081-0/+1
|/ / /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-02-022-2/+3
|\ \ \
| * | | netfilter: ctnetlink: fix expectation mask dumpPatrick McHardy2010-01-261-1/+2
| * | | netfilter: nf_conntrack_sip: fix off-by-one in compact header parsingPatrick McHardy2010-01-191-1/+1