aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-28net: Corrected spelling error heurestics->heuristicsAndreas Petlund1-2/+2
2009-10-28net: sysfs: ethtool_ops can be NULLEric Dumazet1-2/+6
2009-10-28gre: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-28ipip: Optimize multiple unregistrationEric Dumazet1-6/+11
2009-10-28vlan: Optimize multiple unregistrationEric Dumazet2-16/+34
2009-10-28net: add a list_head parameter to dellink() methodEric Dumazet4-13/+13
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet1-32/+65
2009-10-28net: Introduce unregister_netdevice_queue()Eric Dumazet1-7/+13
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-34/+107
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet4-5/+6
2009-10-24pktgen: Dont leak kernel memoryEric Dumazet1-5/+10
2009-10-24rtnetlink: speedup rtnl_dump_ifinfo()Eric Dumazet2-18/+26
2009-10-24gre: convert hash tables locking to RCUEric Dumazet1-17/+23
2009-10-24ip6tnl: convert hash tables locking to RCUEric Dumazet1-19/+25
2009-10-24ipip: convert hash tables locking to RCUEric Dumazet1-21/+28
2009-10-24xfrm6_tunnel: RCU conversionEric Dumazet1-19/+28
2009-10-24ipv6 sit: RCU conversion phase IIEric Dumazet1-18/+27
2009-10-24ipv6 sit: RCU conversion phase IEric Dumazet1-23/+50
2009-10-22pkt_sched: skbedit add support for setting markjamal1-1/+16
2009-10-22net: use WARN() for the WARN_ON in commit b6b39e8f3fbbbArjan van de Ven1-3/+3
2009-10-22rtnetlink: rtnl_setlink() and rtnl_getlink() changesEric Dumazet1-19/+19
2009-10-20net: Use sk_tx_queue_mapping for connected socketsKrishna Kumar1-6/+18
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar4-5/+11
2009-10-20net: IPv6 changesKrishna Kumar1-2/+1
2009-10-20net: Introduce sk_tx_queue_mappingKrishna Kumar1-1/+4
2009-10-20filter: Add SKF_AD_QUEUE instructionEric Dumazet1-0/+3
2009-10-20af_packet: mc_drop/flush_mclist changesEric Dumazet1-8/+4
2009-10-20af_packet: Avoid cache line dirtyingEric Dumazet1-1/+1
2009-10-20tcp: Try to catch MSG_PEEK bugHerbert Xu1-1/+3
2009-10-19IP: CleanupsJohn Dykstra3-5/+2
2009-10-19pkt_sched: ingress socket filter by markjamal1-0/+3
2009-10-19net: Fix IP_MULTICAST_IFEric Dumazet2-5/+8
2009-10-19bluetooth: static lock key fixDave Young1-3/+6
2009-10-19bluetooth: scheduling while atomic bug fixDave Young1-2/+2
2009-10-19tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov1-12/+43
2009-10-19tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPTJulian Anastasov1-3/+31
2009-10-19tcp: accept socket after TCP_DEFER_ACCEPT periodJulian Anastasov1-2/+2
2009-10-19Revert "tcp: fix tcp_defer_accept to consider the timeout"David S. Miller1-1/+0
2009-10-18AF_UNIX: Fix deadlock on connecting to shutdown socketTomoki Sekiyama1-0/+2
2009-10-18xfrm: remove skb_icv_walkSteffen Klassert1-78/+0
2009-10-18ah6: convert to ahashSteffen Klassert1-80/+272
2009-10-18ah4: convert to ahashSteffen Klassert1-59/+236
2009-10-18net: sk_drops consolidation part 2Eric Dumazet4-2/+6
2009-10-18inet: rename some inet_sock fieldsEric Dumazet38-335/+351
2009-10-17genetlink: Optimize and one bug fix in genl_generate_id()Krishna Kumar1-16/+8
2009-10-17genetlink: Optimize genl_register_family()Krishna Kumar1-5/+3
2009-10-17af_iucv: remove duplicate sock_set_flagUrsula Braun1-1/+0
2009-10-17af_iucv: use sk functions to modify sk->sk_ack_backlogHendrik Brueckner1-2/+2
2009-10-15Phonet: hold socket before giving it to sk_deliver_skb()RĂ©mi Denis-Courmont1-1/+3
2009-10-14net: sk_drops consolidationEric Dumazet9-34/+20