summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-231-3/+3
| * tcp: Try to catch MSG_PEEK bugHerbert Xu2009-10-201-1/+3
| * net: Fix IP_MULTICAST_IFEric Dumazet2009-10-202-5/+8
| * bluetooth: static lock key fixDave Young2009-10-201-3/+6
| * bluetooth: scheduling while atomic bug fixDave Young2009-10-201-2/+2
| * tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov2009-10-201-12/+43
| * tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPTJulian Anastasov2009-10-201-3/+31
| * tcp: accept socket after TCP_DEFER_ACCEPT periodJulian Anastasov2009-10-201-2/+2
| * Revert "tcp: fix tcp_defer_accept to consider the timeout"David S. Miller2009-10-201-1/+0Star
| * AF_UNIX: Fix deadlock on connecting to shutdown socketTomoki Sekiyama2009-10-191-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-231-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-211-6/+18
* | net: Fix for dst_negative_adviceKrishna Kumar2009-10-214-5/+11
* | net: IPv6 changesKrishna Kumar2009-10-211-2/+1Star
* | net: Introduce sk_tx_queue_mappingKrishna Kumar2009-10-211-1/+4
* | filter: Add SKF_AD_QUEUE instructionEric Dumazet2009-10-201-0/+3
* | af_packet: mc_drop/flush_mclist changesEric Dumazet2009-10-201-8/+4Star
* | af_packet: Avoid cache line dirtyingEric Dumazet2009-10-201-1/+1
* | IP: CleanupsJohn Dykstra2009-10-203-5/+2Star
* | pkt_sched: ingress socket filter by markjamal2009-10-201-0/+3
* | xfrm: remove skb_icv_walkSteffen Klassert2009-10-191-78/+0Star
* | ah6: convert to ahashSteffen Klassert2009-10-191-80/+272
* | ah4: convert to ahashSteffen Klassert2009-10-191-59/+236
* | net: sk_drops consolidation part 2Eric Dumazet2009-10-194-2/+6
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-1938-335/+351
* | genetlink: Optimize and one bug fix in genl_generate_id()Krishna Kumar2009-10-181-16/+8Star
* | genetlink: Optimize genl_register_family()Krishna Kumar2009-10-181-5/+3Star
* | af_iucv: remove duplicate sock_set_flagUrsula Braun2009-10-181-1/+0Star
* | af_iucv: use sk functions to modify sk->sk_ack_backlogHendrik Brueckner2009-10-181-2/+2
* | Phonet: hold socket before giving it to sk_deliver_skb()Rémi Denis-Courmont2009-10-151-1/+3
* | net: sk_drops consolidationEric Dumazet2009-10-159-34/+20Star
* | Phonet: forward incoming packetsRémi Denis-Courmont2009-10-151-0/+32
* | Phonet: route outgoing packetsRémi Denis-Courmont2009-10-151-5/+12