summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* IPVS: rename of netns init and cleanup functions.Hans Schillstrom2011-06-137-38/+38
* ipvs: support more FTP PASV responsesJulian Anastasov2011-06-131-14/+38
* snmp: reduce percpu needs by 50%Eric Dumazet2011-06-121-29/+23Star
* virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang2011-06-121-0/+2
* sctp: kzalloc() error handling on deleting last addressMichio Honda2011-06-121-0/+4
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-1027-85/+148
* Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-06-0910-47/+72
|\
| * batman-adv: use NO_FLAGS define instead of hard-coding 0Marek Lindner2011-06-095-5/+7
| * batman-adv: Use enums for related constantsSven Eckelmann2011-06-093-31/+47
| * batman-adv: Rewrite debugfs kobj_to_* helpers as functionsSven Eckelmann2011-06-091-3/+11
| * batman-adv: Fix signedness problem in parse_gw_bandwidthSven Eckelmann2011-06-091-2/+2
| * batman-adv: Don't return value in void functionSven Eckelmann2011-06-091-1/+1
| * batman-adv: accept delayed rebroadcasts to avoid bogus routing under heavy loadDaniele Furlan2011-06-091-5/+4Star
* | inetpeer: remove unused listEric Dumazet2011-06-092-221/+73Star
* | tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu2011-06-096-25/+45
* | ipv6: generate link local address for GRE tunnelstephen hemminger2011-06-091-0/+35
* | v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck2011-06-092-313/+1Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-0812-27/+181
|\ \
| * | mac80211: Stop BA session event from deviceShahar Levi2011-06-073-0/+24
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-076-43/+37Star
| |\ \
| | * | Revert "mac80211: Skip tailroom reservation for full HW-crypto devices"John W. Linville2011-06-063-23/+8Star
| | * | mac80211: call dev_alloc_name before copying name to sdataThadeu Lima de Souza Cascardo2011-06-031-0/+4
| * | | cfg80211: skip disabled channels on channel surveyLuis R. Rodriguez2011-06-011-4/+15
| * | | minstrel_ht: fixed rate mode through debugfsZefir Kurtisi2011-06-013-0/+28
| * | | nl80211: add testmode dump supportWey-Yi Guy2011-06-012-0/+102
* | | | net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-078-0/+8
* | | | sctp: Guard IPV6 specific code properly.David S. Miller2011-06-061-1/+2
* | | | net: Remove unnecessary semicolonsJoe Perches2011-06-053-4/+4
* | | | af-packet: Use existing netdev reference for bound sockets.Ben Greear2011-06-051-12/+15
* | | | af-packet: Hold reference to bound network devices.Ben Greear2011-06-051-5/+9
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-047-32/+49
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-0414-53/+95
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-032-20/+25
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | bluetooth l2cap: fix locking in l2cap_global_chan_by_psmJohannes Berg2011-06-011-1/+1
| | | * | | cfg80211: don't drop p2p probe responsesEliad Peller2011-06-011-19/+24
| | | |/ /
| | * | | net: tracepoint of net_dev_xmit sees freed skb and causes panicKoki Sanagi2011-06-021-2/+5
| | * | | af-packet: Add flag to distinguish VID 0 from no-vlan.Ben Greear2011-06-021-3/+12
| | * | | caif: Fix race when conditionally taking rtnl locksjur.brandeland@stericsson.com2011-06-021-6/+3Star
| | * | | vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun2011-06-021-1/+1
| | * | | net/ipv4: Check for mistakenly passed in non-IPv4 addressMarcus Meissner2011-06-021-0/+3
* | | | | net: 8021q: Add pr_fmtJoe Perches2011-06-023-9/+14
* | | | | sctp: Add ASCONF operation on the single-homed hostMichio Honda2011-06-025-7/+99
* | | | | sctp: Add socket option operation for Auto-ASCONF.Michio Honda2011-06-021-0/+68
* | | | | sctp: Add sysctl support for Auto-ASCONF.Michio Honda2011-06-021-0/+7
* | | | | sctp: Add Auto-ASCONF support (core).Michio Honda2011-06-024-4/+206
* | | | | sctp: Add ADD/DEL ASCONF handling at the receiver.Michio Honda2011-06-021-1/+1
* | | | | Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-06-0131-276/+284
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | batman-adv: Ensure that we really have route changes in update_routeSven Eckelmann2011-05-301-1/+1
| * | | | batman-adv: a multiline comment should precede the variable it is describingAntonio Quartulli2011-05-301-4/+4
| * | | | batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr)Antonio Quartulli2011-05-301-1/+1