summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: Cleanup redundant tests on unsignedroel kluin2009-10-292-2/+2
* | | Allow disabling of DSACK TCP option per routeGilad Ben-Yossef2009-10-291-2/+6
* | | Allow to turn off TCP window scale opt per routeGilad Ben-Yossef2009-10-292-3/+6
* | | Allow disabling TCP timestamp options per routeGilad Ben-Yossef2009-10-292-3/+8
* | | Add the no SACK route option featureGilad Ben-Yossef2009-10-292-2/+5
* | | Allow tcp_parse_options to consult dst entryGilad Ben-Yossef2009-10-296-41/+54
* | | Only parse time stamp TCP option in time wait sockGilad Ben-Yossef2009-10-291-2/+2
* | | ip6mr: Optimize multiple unregistrationEric Dumazet2009-10-291-5/+10
* | | ipv6 sit: Optimize multiple unregistrationEric Dumazet2009-10-291-6/+11
* | | ipmr: Optimize multiple unregistrationEric Dumazet2009-10-291-5/+10
* | | ip6tnl: Optimize multiple unregistrationEric Dumazet2009-10-291-3/+8
* | | bridge: Optimize multiple unregistrationEric Dumazet2009-10-291-10/+9
* | | vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN deviceYi Zou2009-10-291-0/+13
* | | net: Corrected spelling error heurestics->heuristicsAndreas Petlund2009-10-281-2/+2
* | | net: sysfs: ethtool_ops can be NULLEric Dumazet2009-10-281-2/+6
* | | gre: Optimize multiple unregistrationEric Dumazet2009-10-281-5/+10
* | | ipip: Optimize multiple unregistrationEric Dumazet2009-10-281-6/+11
* | | vlan: Optimize multiple unregistrationEric Dumazet2009-10-282-16/+34
* | | net: add a list_head parameter to dellink() methodEric Dumazet2009-10-284-13/+13
* | | net: Introduce unregister_netdevice_many()Eric Dumazet2009-10-281-32/+65
* | | net: Introduce unregister_netdevice_queue()Eric Dumazet2009-10-281-7/+13
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-279-34/+107
|\ \ \ | | |/ | |/|
| * | pktgen: Dont leak kernel memoryEric Dumazet2009-10-241-5/+10
| * | net: use WARN() for the WARN_ON in commit b6b39e8f3fbbbArjan van de Ven2009-10-221-3/+3
| * | tcp: Try to catch MSG_PEEK bugHerbert Xu2009-10-201-1/+3
| * | net: Fix IP_MULTICAST_IFEric Dumazet2009-10-192-5/+8
| * | bluetooth: static lock key fixDave Young2009-10-191-3/+6
| * | bluetooth: scheduling while atomic bug fixDave Young2009-10-191-2/+2
| * | tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov2009-10-191-12/+43
| * | tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPTJulian Anastasov2009-10-191-3/+31
| * | tcp: accept socket after TCP_DEFER_ACCEPT periodJulian Anastasov2009-10-191-2/+2
| * | Revert "tcp: fix tcp_defer_accept to consider the timeout"David S. Miller2009-10-191-1/+0
| * | AF_UNIX: Fix deadlock on connecting to shutdown socketTomoki Sekiyama2009-10-181-0/+2
* | | vlan: allow null VLAN ID to be usedEric Dumazet2009-10-274-5/+6
* | | rtnetlink: speedup rtnl_dump_ifinfo()Eric Dumazet2009-10-242-18/+26
* | | gre: convert hash tables locking to RCUEric Dumazet2009-10-241-17/+23
* | | ip6tnl: convert hash tables locking to RCUEric Dumazet2009-10-241-19/+25
* | | ipip: convert hash tables locking to RCUEric Dumazet2009-10-241-21/+28
* | | xfrm6_tunnel: RCU conversionEric Dumazet2009-10-241-19/+28
* | | ipv6 sit: RCU conversion phase IIEric Dumazet2009-10-241-18/+27
* | | ipv6 sit: RCU conversion phase IEric Dumazet2009-10-241-23/+50
| |/ |/|
* | pkt_sched: skbedit add support for setting markjamal2009-10-221-1/+16
* | rtnetlink: rtnl_setlink() and rtnl_getlink() changesEric Dumazet2009-10-221-19/+19
* | net: Use sk_tx_queue_mapping for connected socketsKrishna Kumar2009-10-201-6/+18
* | net: Fix for dst_negative_adviceKrishna Kumar2009-10-204-5/+11
* | net: IPv6 changesKrishna Kumar2009-10-201-2/+1
* | net: Introduce sk_tx_queue_mappingKrishna Kumar2009-10-201-1/+4
* | filter: Add SKF_AD_QUEUE instructionEric Dumazet2009-10-201-0/+3
* | af_packet: mc_drop/flush_mclist changesEric Dumazet2009-10-201-8/+4
* | af_packet: Avoid cache line dirtyingEric Dumazet2009-10-201-1/+1
OpenPOWER on IntegriCloud