summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2009-11-16remove deprecated and not used: print_mac()Marin Mitov
2009-11-16vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet
2009-11-16net: Optimize hard_start_xmit() return checkingJarek Poplawski
2009-11-16net: check the return value of ndo_select_queue()Eric Dumazet
2009-11-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller
2009-11-14Phonet: convert routing table to RCURémi Denis-Courmont
2009-11-14Phonet: put protocols array under RCURémi Denis-Courmont
2009-11-14iucv: add work_queue cleanup for suspendUrsula Braun
2009-11-14inetpeer: Optimize inet_getid()Eric Dumazet
2009-11-14ipv6: speedup inet6_dump_addr()Eric Dumazet
2009-11-14ipv4: speedup inet_dump_ifaddr()Eric Dumazet
2009-11-14igmp: Use next_net_device_rcu()Eric Dumazet
2009-11-14ipv6: use RCU to walk list of network devicesEric Dumazet
2009-11-14net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson
2009-11-13vlan/macvlan: propagate transmission state to upper layersPatrick McHardy
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy
2009-11-12ieee802154: make wpan-phy class registration to subsys_initcallDmitry Eremin-Solenikov
2009-11-12net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann
2009-11-12net/compat: fix dev_ifsioc emulation corner casesArnd Bergmann
2009-11-12decnet: convert dndev_lock to spinlockstephen hemminger
2009-11-12decnet: add RTNL lock when reading address liststephen hemminger
2009-11-12netdev: fold name hash properly (v3)stephen hemminger
2009-11-12skbuff: Do not allow skb recycling with disabled IRQsAnton Vorontsov
2009-11-12ipv6: Remove unused var in inet6_dump_ifinfo()David S. Miller
2009-11-11CAN: use dev_get_by_index_rcustephen hemminger
2009-11-11IPV4: use rcu to walk list of devices in IGMPstephen hemminger
2009-11-11decnet: use RCU to find network devicesstephen hemminger
2009-11-11net: use rcu for network scheduler APIstephen hemminger
2009-11-11vlan: eliminate use of dev_base_lockstephen hemminger
2009-11-11IPv6: use ipv6_addr_v4mapped()Brian Haley
2009-11-11sit: Clean up DF code by copying from IPIPHerbert Xu
2009-11-11ipv6: Allow inet6_dump_addr() to handle more than 64 addressesEric Dumazet
2009-11-11ipv6: speedup inet6_dump_ifinfo()Eric Dumazet
2009-11-11net: netlink_getname, packet_getname -- use DECLARE_SOCKADDR guardCyrill Gorcunov
2009-11-11udp: bind() optimisationEric Dumazet
2009-11-11Phonet: allocate and copy for pipe TX without sock lockRémi Denis-Courmont
2009-11-11Phonet: put sockets in a hash tableRémi Denis-Courmont
2009-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-11-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-09xfrm: SAD entries do not expire correctly after suspend-resumeYury Polyanskiy
2009-11-09net/compat_ioctl: support SIOCWANDEVArnd Bergmann
2009-11-09net, compat_ioctl: fix SIOCGMII ioctlsArnd Bergmann
2009-11-09udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet
2009-11-09ipv6: udp: Optimise multicast receptionEric Dumazet
2009-11-09ipv4: udp: Optimise multicast receptionEric Dumazet
2009-11-09ipv6: udp: optimize unicast RX pathEric Dumazet
2009-11-09ipv4: udp: optimize unicast RX pathEric Dumazet
2009-11-09udp: secondary hash on (local port, local address)Eric Dumazet
2009-11-09udp: split sk_hash into two u16 hashesEric Dumazet
2009-11-09udp: add a counter into udp_hslotEric Dumazet