aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-09af_unix: remove unix_iter_stateEric Dumazet1-5/+1
2012-06-09ipv6: Do not mark ipv6_inetpeer_ops as __net_initdata.David S. Miller1-1/+1
2012-06-09inet: Consolidate inetpeer_invalidate_tree() interfaces.David S. Miller3-12/+4
2012-06-09inet: Initialize per-netns inetpeer roots in net/ipv{4,6}/route.cDavid S. Miller3-49/+74
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller3-30/+20
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller3-30/+17
2012-06-08inet: Create and use rt{,6}_get_peer_create().David S. Miller8-52/+24
2012-06-08af_unix: speedup /proc/net/unixEric Dumazet2-48/+68
2012-06-08inetpeer: add parameter net for inet_getpeer_v4,v6Gao feng6-10/+21
2012-06-08inetpeer: add namespace support for inetpeerGao feng2-19/+51
2012-06-07Added kernel support in EEE Ethtool commandsYuval Mintz1-0/+40
2012-06-07net: Update kernel-doc for __alloc_skb()Ben Hutchings1-2/+2
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-95/+142
2012-06-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller11-22/+97
2012-06-06Merge branch 'master' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-5/+5
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville11-22/+97
2012-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJohn W. Linville1-1/+1
2012-06-06inetpeer: fix a race in inetpeer_gc_worker()Eric Dumazet1-4/+12
2012-06-05cfg80211: fix interface combinations checkJohannes Berg1-1/+18
2012-06-05Bluetooth: Fix checking the wrong flag when accepting a socketVinicius Costa Gomes1-1/+1
2012-06-04mac80211: fix non RCU-safe sta_list manipulationArik Nemtsov1-2/+2
2012-06-04mac80211: Fix likely misuse of | for &Joe Perches1-3/+3
2012-06-04mac80211: add missing rcu_read_lock/unlock in agg-rx session timerFelix Fietkau1-1/+6
2012-06-04mac80211: clean up remain-on-channel on interface stopJohannes Berg2-0/+28
2012-06-04mac80211: fix error in station state transitions during reconfigMeenakshi Venkataraman1-1/+1
2012-06-04mac80211: Fix Unreachable Mesh Station Problem when joining to another MBSSChun-Yeow Yeoh1-3/+6
2012-06-04cfg80211: use sme_state in ibss start/join pathAmitkumar Karwar1-1/+5
2012-06-04mac80211: run scan after finish connection monitoringStanislaw Gruszka1-9/+27
2012-06-04net/9p: Add __force to cast of __user pointerJoe Perches1-1/+1
2012-06-04net: Remove casts to same typeJoe Perches14-36/+32
2012-06-04drop_monitor: dont sleep in atomic contextEric Dumazet1-69/+33
2012-06-04sock_diag: add SK_MEMINFO_BACKLOGEric Dumazet1-0/+1
2012-06-04net: use consume_skb() in place of kfree_skb()Eric Dumazet7-12/+14
2012-06-04tcp: tcp_make_synack() consumes dst parameterEric Dumazet3-6/+14
2012-06-04tcp: tcp_make_synack() can use alloc_skb()Eric Dumazet1-1/+1
2012-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-9/+19
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-2/+2
2012-06-01tcp: reflect SYN queue_mapping into SYNACK packetsEric Dumazet2-6/+12
2012-06-01tcp: do not create inetpeer on SYNACK messageEric Dumazet1-1/+2
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2012-06-01Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-58/+75
2012-06-01sch_atm.c: get rid of poinless externAl Viro1-2/+0
2012-05-31Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-45/+68
2012-05-31nfsd4: move rq_flavor into svc_credJ. Bruce Fields2-3/+3
2012-05-31nfsd4: move principal name into svc_credJ. Bruce Fields2-19/+8
2012-05-31svcrpc: fix a comment typoJ. Bruce Fields1-1/+1
2012-05-31sunrpc: do array overrun check in svc_recv before allocating pagesJeff Layton1-1/+1
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-4/+0
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2-14/+17
2012-05-31rpc: handle rotated gss data for Windows interoperabilityJ. Bruce Fields1-16/+45