summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netlink: Remove nonblock parameter from netlink_attachskbDenis V. Lunev2008-06-051-2/+2
* tipc: Message rejection rework preparatory changesAllan Stephens2008-06-043-4/+31
* tipc: Fix bugs in rejection of message with short headerAllan Stephens2008-06-041-4/+6
* tipc: Message header creation optimizationsAllan Stephens2008-06-041-6/+1
* tipc: Expand link sequence gap field to 13 bitsAllan Stephens2008-06-041-4/+4
* tipc: Add missing spinlock in name table display codeAllan Stephens2008-06-041-1/+3
* tipc: Prevent display of name table types with no publicationsAllan Stephens2008-06-041-0/+3
* tipc: Optimize message initialization routineAllan Stephens2008-06-047-18/+16
* tipc: Prevent access of non-existent field in short message headerAllan Stephens2008-06-041-1/+3
* tipc: Minor optimizations to received message processingAllan Stephens2008-06-043-25/+8
* tipc: Fix minor bugs in link session number handlingAllan Stephens2008-06-041-5/+12
* tipc: Fix bugs in message error code display when debuggingAllan Stephens2008-06-041-3/+0
* tipc: Standardize error checking on incoming messages via native APIAllan Stephens2008-06-041-16/+9
* tipc: Fix bug in connection setup via native APIAllan Stephens2008-06-041-6/+3
* irda: Push BKL down into irda ioctl handlersAlan Cox2008-05-252-28/+33
* wanrouter: Push down BKLAlan Cox2008-05-252-3/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-2519-435/+160
|\
| * vlan: Use bitmask of feature flags instead of seperate feature bitsPatrick McHardy2008-05-233-14/+3
| * net: The world is not perfect patch.Rami Rosen2008-05-213-362/+3
| * xfrm_user: Remove zero length key checks.David S. Miller2008-05-211-11/+0
| * net/ipv4/arp.c: Use common hex_asc helpersDenis Cheng2008-05-211-3/+2
| * tcp: TCP connection times out if ICMP frag needed is delayedSridhar Samudrala2008-05-211-4/+6
| * af_key: Fix selector family initialization.Kazunori MIYAZAWA2008-05-211-1/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-05-202-5/+11
| |\
| | * mac80211: fix NULL pointer dereference in ieee80211_compatible_ratesHelmut Schaa2008-05-201-4/+11
| | * mac80211: don't claim iwspy supportJohannes Berg2008-05-201-1/+0
| * | pktgen: make sure that pktgen_thread_worker has been executedDenis V. Lunev2008-05-201-0/+4
| * | [VLAN]: Propagate selected feature bits to VLAN devicesPatrick McHardy2008-05-203-0/+37
| * | vlan: Correctly handle device notifications for layered VLAN devicesPatrick McHardy2008-05-201-3/+1
| * | net: Fix call to ->change_rx_flags(dev, IFF_MULTICAST) in dev_change_flags()David Woodhouse2008-05-201-1/+1
| * | net_sched: cls_api: fix return value for non-existant classifiersPatrick McHardy2008-05-201-1/+1
| * | ipsec: Use the correct ip_local_out functionHerbert Xu2008-05-202-2/+2
| |/
| * ipv6 addrconf: Allow infinite prefix lifetime.YOSHIFUJI Hideaki2008-05-192-25/+52
| * ipv6 route: Fix lifetime in netlink.YOSHIFUJI Hideaki2008-05-191-1/+3
| * ipv6 addrconf: Fix route lifetime setting in corner case.YOSHIFUJI Hideaki2008-05-191-1/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-05-192-10/+41
| |\
| | * mac80211: Add RTNL version of ieee80211_iterate_active_interfacesIvo van Doorn2008-05-161-1/+36
| | * mac80211 : Association with 11n hidden ssid ap.Abhijeet Kolekar2008-05-161-9/+5
| * | ndisc: Add missing strategies for per-device retrans timer/reachable time set...YOSHIFUJI Hideaki2008-05-192-5/+5
| |/
* | tipc: Fix initialization sequence problems when entering network modeAllan Stephens2008-05-215-9/+12
* | tipc: Update "previous node" indicators when node address changesAllan Stephens2008-05-211-0/+1
* | tipc: Optimize null pointer check during neighbor discoveryAllan Stephens2008-05-211-3/+2
* | tipc: Prevent node object duplication due to simultaneous discoveryAllan Stephens2008-05-211-0/+26
* | tipc: Fix skb_under_panic when configuring TIPC without privilegesAllan Stephens2008-05-212-8/+14
* | ip6mr: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-15/+7
* | ipmr: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-16/+9
* | ip6tnl: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-20/+6
* | ipmr: Ipip tunnel uses on-device stats.Pavel Emelyanov2008-05-211-2/+2
* | sit: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-15/+9
* | ipip: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-14/+8