summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-11-14Phonet: convert routing table to RCURémi Denis-Courmont1-25/+34
2009-11-14Phonet: put protocols array under RCURémi Denis-Courmont1-9/+11
2009-11-14iucv: add work_queue cleanup for suspendUrsula Braun1-3/+13
2009-11-14inetpeer: Optimize inet_getid()Eric Dumazet3-13/+10
2009-11-14ipv6: speedup inet6_dump_addr()Eric Dumazet1-74/+97
2009-11-14ipv4: speedup inet_dump_ifaddr()Eric Dumazet1-23/+38
2009-11-14igmp: Use next_net_device_rcu()Eric Dumazet1-16/+11
2009-11-14ipv6: use RCU to walk list of network devicesEric Dumazet2-43/+37
2009-11-14net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson4-7/+7
2009-11-14vlan/macvlan: propagate transmission state to upper layersPatrick McHardy1-2/+2
2009-11-14net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy2-7/+34
2009-11-12net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann2-220/+175
2009-11-12net/compat: fix dev_ifsioc emulation corner casesArnd Bergmann1-45/+72
2009-11-12decnet: convert dndev_lock to spinlockstephen hemminger1-7/+12
2009-11-12decnet: add RTNL lock when reading address liststephen hemminger1-0/+4
2009-11-12netdev: fold name hash properly (v3)stephen hemminger1-1/+2
2009-11-12skbuff: Do not allow skb recycling with disabled IRQsAnton Vorontsov1-0/+3
2009-11-12ipv6: Remove unused var in inet6_dump_ifinfo()David S. Miller1-1/+1
2009-11-11CAN: use dev_get_by_index_rcustephen hemminger1-3/+3
2009-11-11IPV4: use rcu to walk list of devices in IGMPstephen hemminger1-8/+10
2009-11-11decnet: use RCU to find network devicesstephen hemminger1-8/+6
2009-11-11net: use rcu for network scheduler APIstephen hemminger1-3/+4
2009-11-11vlan: eliminate use of dev_base_lockstephen hemminger1-7/+6
2009-11-11IPv6: use ipv6_addr_v4mapped()Brian Haley1-1/+1
2009-11-11sit: Clean up DF code by copying from IPIPHerbert Xu1-21/+21
2009-11-11ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet1-0/+6
2009-11-11ipv6: speedup inet6_dump_ifinfo()Eric Dumazet1-17/+28
2009-11-11net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov3-3/+3
2009-11-11udp: bind() optimisationEric Dumazet2-15/+72
2009-11-11Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont1-17/+12
2009-11-11Phonet: put sockets in a hash tableRémi Denis-Courmont2-25/+55
2009-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller26-699/+466
2009-11-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-28/+33
2009-11-09xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy1-13/+17
2009-11-09net/compat_ioctl: support SIOCWANDEVArnd Bergmann1-0/+23
2009-11-09net, compat_ioctl: fix SIOCGMII ioctlsArnd Bergmann1-0/+3
2009-11-09udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet2-2/+18
2009-11-09ipv6: udp: Optimise multicast receptionEric Dumazet1-24/+47
2009-11-09ipv4: udp: Optimise multicast receptionEric Dumazet1-26/+50
2009-11-09ipv6: udp: optimize unicast RX pathEric Dumazet1-3/+109
2009-11-09ipv4: udp: optimize unicast RX pathEric Dumazet1-3/+112
2009-11-09udp: secondary hash on (local port, local address)Eric Dumazet1-5/+26
2009-11-09udp: split sk_hash into two u16 hashesEric Dumazet2-8/+44
2009-11-09udp: add a counter into udp_hslotEric Dumazet1-0/+3
2009-11-09net/appletalk: using compat_ptr needs inclusion of linux/compat.hStephen Rothwell1-0/+1
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman3-14/+30
2009-11-08appletalk/ddp.c: Neaten checksum functionJoe Perches1-7/+2
2009-11-08ipv6: avoid dev_hold()/dev_put() in rawv6_bind()Eric Dumazet1-12/+11
2009-11-08can: should not use __dev_get_by_index() without locksEric Dumazet1-7/+12
2009-11-07rtnetlink: CleanupsEric Dumazet1-31/+23