summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-05-26irda: Push BKL down into irda ioctl handlersAlan Cox2-28/+33
2008-05-26wanrouter: Push down BKLAlan Cox2-3/+5
2008-05-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller19-435/+160
2008-05-23vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy3-14/+3
2008-05-22net: The world is not perfect patch.Rami Rosen3-362/+3
2008-05-22xfrm_user: Remove zero length key checks.David S. Miller1-11/+0
2008-05-22net/ipv4/arp.c: Use common hex_asc helpersDenis Cheng1-3/+2
2008-05-22tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala1-4/+6
2008-05-22tipc: Fix initialization sequence problems when entering network modeAllan Stephens5-9/+12
2008-05-22tipc: Update "previous node" indicators when node address changesAllan Stephens1-0/+1
2008-05-22tipc: Optimize null pointer check during neighbor discoveryAllan Stephens1-3/+2
2008-05-22tipc: Prevent node object duplication due to simultaneous discoveryAllan Stephens1-0/+26
2008-05-22tipc: Fix skb_under_panic when configuring TIPC without privilegesAllan Stephens2-8/+14
2008-05-22ip6mr: Use on-device stats instead of private ones.Pavel Emelyanov1-15/+7
2008-05-22ipmr: Use on-device stats instead of private ones.Pavel Emelyanov1-16/+9
2008-05-22ip6tnl: Use on-device stats instead of private ones.Pavel Emelyanov1-20/+6
2008-05-22ipmr: Ipip tunnel uses on-device stats.Pavel Emelyanov1-2/+2
2008-05-22sit: Use on-device stats instead of private ones.Pavel Emelyanov1-15/+9
2008-05-22ipip: Use on-device stats instead of private ones.Pavel Emelyanov1-14/+8
2008-05-22ipgre: Use on-device stats instead of private ones.Pavel Emelyanov1-18/+14
2008-05-22bridge: Use on-device stats instead of private ones.Pavel Emelyanov4-16/+8
2008-05-22net: The dev->get_stats pointer is not NULL nowadays.Pavel Emelyanov2-17/+12
2008-05-22af_key: Fix selector family initialization.Kazunori MIYAZAWA1-1/+1
2008-05-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2-5/+11
2008-05-21mac80211: fix NULL pointer dereference in ieee80211_compatible_ratesHelmut Schaa1-4/+11
2008-05-21pktgen: make sure that pktgen_thread_worker has been executedDenis V. Lunev1-0/+4
2008-05-21mac80211: don't claim iwspy supportJohannes Berg1-1/+0
2008-05-21[VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy3-0/+37
2008-05-21vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy1-3/+1
2008-05-21net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()David Woodhouse1-1/+1
2008-05-21net_sched: cls_api: fix return value for non-existant classifiersPatrick McHardy1-1/+1
2008-05-21ipsec: Use the correct ip_local_out functionHerbert Xu2-2/+2
2008-05-20ipv6 addrconf: Allow infinite prefix lifetime.YOSHIFUJI Hideaki2-25/+52
2008-05-20ipv6 route: Fix lifetime in netlink.YOSHIFUJI Hideaki1-1/+3
2008-05-20ipv6 addrconf: Fix route lifetime setting in corner case.YOSHIFUJI Hideaki1-1/+1
2008-05-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2-10/+41
2008-05-20ndisc: Add missing strategies for per-device retrans timer/reachable time set...YOSHIFUJI Hideaki2-5/+5
2008-05-20ipv6: Register some net/ipv6/ core sysctls at read-only root.Pavel Emelyanov1-7/+22
2008-05-20inet: Register fragmentation some ctls at read-only root.Pavel Emelyanov2-3/+48
2008-05-20ipv6: In fragmentation code, handle error returned from register_pernet_subsys.Pavel Emelyanov1-1/+7
2008-05-20inet: Rename fragmentation sysctl-related functions/variables.Pavel Emelyanov2-18/+18
2008-05-20netns: Register net/core/ sysctls at read-only root.Pavel Emelyanov1-20/+19
2008-05-20netns: Introduce sysctl root for read-only net sysctls.Pavel Emelyanov1-0/+30
2008-05-20tipc: Cosmetic cleanup of topology service codeAllan Stephens2-15/+13
2008-05-20tipc: Consolidate subscriber & subscriber port referencesAllan Stephens3-90/+116
2008-05-20tipc: Fix bug in topology server byte swapping routineAllan Stephens1-3/+1
2008-05-20tipc: Add support for customized subscription endiannessAllan Stephens2-19/+18
2008-05-20tipc: Add support for customized subscription overlap handlingAllan Stephens2-1/+11
2008-05-17mac80211: Add RTNL version of ieee80211_iterate_active_interfacesIvo van Doorn1-1/+36
2008-05-17mac80211 : Association with 11n hidden ssid ap.Abhijeet Kolekar1-9/+5