summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-06-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Patrick McHardy8-112/+87
2011-06-16Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy360-7545/+13035
2011-06-14IPVS: remove unused init and cleanup functions.Hans Schillstrom4-53/+4
2011-06-14IPVS: labels at pos 0Hans Schillstrom2-9/+9
2011-06-14l2tp: fix l2tp_ip_sendmsg() route handlingEric Dumazet1-6/+13
2011-06-14net: export time stamp utility function for Ethernet MAC driversRichard Cochran1-0/+1
2011-06-13IPVS: rename of netns init and cleanup functions.Hans Schillstrom7-38/+38
2011-06-13ipvs: support more FTP PASV responsesJulian Anastasov1-14/+38
2011-06-12snmp: reduce percpu needs by 50%Eric Dumazet1-29/+23
2011-06-12virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang1-0/+2
2011-06-12sctp: kzalloc() error handling on deleting last addressMichio Honda1-0/+4
2011-06-10rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose27-85/+148
2011-06-10Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller10-47/+72
2011-06-09batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner5-5/+7
2011-06-09batman-adv: Use enums for related constantsSven Eckelmann3-31/+47
2011-06-09batman-adv: Rewrite debugfs kobj_to_* helpers as functionsSven Eckelmann1-3/+11
2011-06-09batman-adv: Fix signedness problem in parse_gw_bandwidthSven Eckelmann1-2/+2
2011-06-09batman-adv: Don't return value in void functionSven Eckelmann1-1/+1
2011-06-09batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy loadDaniele Furlan1-5/+4
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