aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-16switch alloc_file() to passing struct pathAl Viro1-8/+9
2009-12-16switch sock_alloc_file() to alloc_file()Al Viro1-11/+11
2009-12-169p connect fixesAl Viro1-66/+46
2009-12-16merge sock_alloc_fd/sock_attach_fd into a new helperAl Viro1-57/+23
2009-12-16reorder alloc_fd/attach_fd in socketpair()Al Viro1-17/+14
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa3-7/+5
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan2-2/+2
2009-12-13Merge branch 'nfs-for-2.6.33'Trond Myklebust8-60/+162
2009-12-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller12-21/+21
2009-12-11net: Handle NETREG_UNINITIALIZED devices correctlyKrishna Kumar1-4/+6
2009-12-11xfrm: Fix truncation length of authentication algorithms installed via PF_KEYMartin Willi1-0/+1
2009-12-11net: use compat helper functions in compat_sys_recvmmsgHeiko Carstens1-5/+2
2009-12-11net: fix compat_sys_recvmmsg parameter typeHeiko Carstens1-7/+5
2009-12-10wireless: update old static regulatory domain rulesJohn W. Linville1-50/+25
2009-12-10mac80211: Revert 'Use correct sign for mesh active path refresh'Javier Cardona2-3/+4
2009-12-10mac80211: Fixed bug in mesh portal pathsJavier Cardona1-1/+0
2009-12-10net/mac80211: Correct size given to memsetJulia Lawall1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds12-21/+21
2009-12-09rpc: remove unneeded function parameter in gss_add_msg()Suresh Jayaraman1-2/+2
2009-12-09wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPECJohn W. Linville1-1/+2
2009-12-09cfg80211: Clear encryption privacy when key off is done.Vivek Natarajan1-0/+1
2009-12-08tcp: fix retrans_stamp advancing in error casesIlpo Järvinen1-3/+32
2009-12-08tcp: Stalling connections: Move timeout calculation routineDamian Lukowski1-0/+29
2009-12-08atm: [br2684] allow routed mode operation againchas williams - CONTRACTOR1-3/+8
2009-12-08atm: [lec] initialize .netdev_ops before calling register_netdev()chas williams - CONTRACTOR1-9/+1
2009-12-08[PATCH] tcp: documents timewait refcnt tricks Eric Dumazet1-14/+24
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet2-8/+23
2009-12-08tcp: Fix a connect() race with timewait socketsEric Dumazet6-13/+29
2009-12-08tcp: Remove runtime check that can never be true.David S. Miller1-5/+0
2009-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller5-9/+28
2009-12-08sctp: fix compile error due to sysctl mismergeLinus Torvalds1-1/+0
2009-12-08Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust1-1/+1
2009-12-08SUNRPC: IS_ERR/PTR_ERR confusionRoel Kluin1-1/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds346-8345/+13381
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6Linus Torvalds60-1172/+207
2009-12-07mac80211: Fix bug in computing crc over dynamic IEs in beaconVasanthakumar Thiagarajan1-1/+1
2009-12-07net/rfkill/core.c: work around gcc-4.0.2 sillinessAndrew Morton1-2/+2
2009-12-07mac80211: Fix dynamic power save for scanning.Vivek Natarajan2-4/+17
2009-12-07mac80211: recalculate idle later in MLMEJohannes Berg1-2/+8
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina12-21/+21
2009-12-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2-0/+4
2009-12-05Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+4
2009-12-04mac80211: fix reorder buffer releaseJohannes Berg1-1/+1
2009-12-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller14-308/+526
2009-12-04cfg80211: indent regulatory messages with spacesKalle Valo1-3/+3
2009-12-04mac80211: Fix TX status reporting for injected data framesJouni Malinen1-1/+5
2009-12-04WE: Fix set events not propagatedJean Tourrilhes1-1/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa9-17/+17
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2-3/+3
2009-12-03Merge branch 'devel' into linux-nextTrond Myklebust5-41/+132