summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-06-09inetpeer: remove unused listEric Dumazet2-221/+73
2011-06-09tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu6-25/+45
2011-06-09ipv6: generate link local address for GRE tunnelstephen hemminger1-0/+35
2011-06-09v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck2-313/+1
2011-06-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville12-27/+181
2011-06-07mac80211: Stop BA session event from deviceShahar Levi3-0/+24
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-43/+37
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan8-0/+8
2011-06-07sctp: Guard IPV6 specific code properly.David S. Miller1-1/+2
2011-06-06Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"John W. Linville3-23/+8
2011-06-06net: Remove unnecessary semicolonsJoe Perches3-4/+4
2011-06-06af-packet: Use existing netdev reference for bound sockets.Ben Greear1-12/+15
2011-06-06af-packet: Hold reference to bound network devices.Ben Greear1-5/+9
2011-06-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-32/+49
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-53/+95
2011-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-20/+25
2011-06-03mac80211: call dev_alloc_name before copying name to sdataThadeu Lima de Souza Cascardo1-0/+4
2011-06-03net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi1-2/+5
2011-06-03net: 8021q: Add pr_fmtJoe Perches3-9/+14
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda5-7/+99
2011-06-02sctp: Add socket option operation for Auto-ASCONF.Michio Honda1-0/+68
2011-06-02sctp: Add sysctl support for Auto-ASCONF.Michio Honda1-0/+7
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda4-4/+206
2011-06-02sctp: Add ADD/DEL ASCONF handling at the receiver.Michio Honda1-1/+1
2011-06-02af-packet: Add flag to distinguish VID 0 from no-vlan.Ben Greear1-3/+12
2011-06-02caif: Fix race when conditionally taking rtnl locksjur.brandeland@stericsson.com1-6/+3
2011-06-02vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun1-1/+1
2011-06-02net/ipv4: Check for mistakenly passed in non-IPv4 addressMarcus Meissner1-0/+3
2011-06-01cfg80211: skip disabled channels on channel surveyLuis R. Rodriguez1-4/+15
2011-06-01minstrel_ht: fixed rate mode through debugfsZefir Kurtisi3-0/+28
2011-06-01nl80211: add testmode dump supportWey-Yi Guy2-0/+102
2011-06-01bluetooth l2cap: fix locking in l2cap_global_chan_by_psmJohannes Berg1-1/+1
2011-06-01cfg80211: don't drop p2p probe responsesEliad Peller1-19/+24
2011-06-01Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller31-276/+284
2011-06-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller7-21/+46
2011-06-01sctp: stop pending timers and purge queues when peer restart asocWei Yongjun3-11/+29
2011-06-01ip_options_compile: properly handle unaligned pointerChris Metcalf1-7/+8
2011-05-30batman-adv: Ensure that we really have route changes in update_routeSven Eckelmann1-1/+1
2011-05-30batman-adv: a multiline comment should precede the variable it is describingAntonio Quartulli1-4/+4
2011-05-30batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr)Antonio Quartulli1-1/+1
2011-05-30batman-adv: Check type of x and y in seq_(before|after)Sven Eckelmann1-2/+5
2011-05-30batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.hAntonio Quartulli2-16/+16
2011-05-30batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann3-3/+4
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann14-72/+65
2011-05-30batman-adv: Remove casts from type x to type xSven Eckelmann2-2/+2
2011-05-30batman-adv: Remove explicit casts cast from void* for storeSven Eckelmann3-3/+3
2011-05-30batman-adv: Only use int up and down gw representationSven Eckelmann1-9/+10
2011-05-30batman-adv: Add const type qualifier for pointersSven Eckelmann27-157/+166
2011-05-30batman-adv: Don't do pointer arithmetic with void*Sven Eckelmann1-2/+2
2011-05-30batman-adv: Remove comparising < 0 for unsigned typeSven Eckelmann1-1/+1