summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* [NET] link_watch: Always schedule urgent eventsHerbert Xu2007-05-111-19/+41
* [NET] link_watch: Eliminate potential delay on wrap-aroundHerbert Xu2007-05-111-1/+3
* [NET]: Remove link_watch delay for up even when we're downHerbert Xu2007-05-111-23/+67
* [NET] link_watch: Move link watch list into net_deviceHerbert Xu2007-05-111-35/+15Star
* Add suspend-related notifications for CPU hotplugRafael J. Wysocki2007-05-092-2/+2
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-082-2/+0Star
* [NET] net/core: Fix error handlingJosef 'Jeff' Sipek2007-05-071-2/+2
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-043-51/+45Star
* [NET]: Add __dev_getfirstbyhwtypePatrick McHardy2007-05-031-5/+16
* [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.Rusty Russell2007-04-291-25/+20Star
* [NET]: Revert sk_buff walker cleanups.David S. Miller2007-04-283-69/+128
* uevent: use add_uevent_var() instead of open coding itEric Rannaud2007-04-271-17/+11Star
* Driver core: notify userspace of network device renamesJean Tourrilhes2007-04-271-0/+11
* [WEXT]: Clean up how wext is called.Johannes Berg2007-04-271-30/+4Star
* [WEXT]: Move to net/wirelessJohannes Berg2007-04-273-1635/+1Star
* [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells2007-04-271-2/+4
* [NETLINK]: Possible cleanups.Adrian Bunk2007-04-261-4/+2Star
* [NET]: Clean up sk_buff walkers.Jean Delvare2007-04-263-128/+69Star
* [NET]: Warn about GSO/checksum abuseHerbert Xu2007-04-261-1/+1
* [WIRELESS]: Remove wext over netlink.Johannes Berg2007-04-262-766/+0Star
* [NET]: Prevent much sadness in qdisc_lock_tree().Andrew Morton2007-04-261-2/+0Star
* [NET]: Fix comments for register_netdev().Borislav Petkov2007-04-261-1/+1
* [NET]: Move sk_setup_caps() out of line.Andi Kleen2007-04-261-0/+15
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-264-6/+6
* [NET]: Get rid of netdev_nitStephen Hemminger2007-04-261-13/+5Star
* [NET] skbuff: skb_store_bits const is backwardsStephen Hemminger2007-04-261-1/+1
* [NET_SCHED]: ingress: switch back to using ingress_lockPatrick McHardy2007-04-261-2/+2
* [RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2007-04-262-5/+1Star
* [RTNETLINK]: Hold rtnl_mutex during netlink dump callbacksPatrick McHardy2007-04-261-2/+6
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-261-1/+1
* [SK_BUFF]: Fix missing offset adjustment in skb_copy_expandPatrick McHardy2007-04-261-1/+10
* bridge: eliminate call by referenceStephen Hemminger2007-04-261-12/+19
* [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu2007-04-261-1/+1
* [NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu2007-04-262-11/+16
* [SK_BUFF]: Fix missing offset adjustment in pskb_expand_headPatrick McHardy2007-04-261-1/+2
* [RTNL]: Improve error codes for unsupported operationsThomas Graf2007-04-261-3/+3
* [NET]: Move generic skbuff stuff from XFRM code to generic codeDavid Howells2007-04-261-0/+188
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-262-2/+2
* [NET]: Inline net_device_statsRusty Russell2007-04-261-3/+10
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-8/+9
* [NET] fib_rules: Flush route cache after rule modificationsThomas Graf2007-04-261-0/+8
* [NET] fib_rules: Add no-operation actionThomas Graf2007-04-261-1/+3
* [NET] fib_rules: Mark rules detached from the deviceThomas Graf2007-04-261-1/+5
* [NET] fib_rules: goto rule actionThomas Graf2007-04-261-3/+85
* [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabledYasuyuki Kozakai2007-04-261-3/+1Star
* [NETLINK]: Directly return -EINTR from netlink_dump_start()Thomas Graf2007-04-261-5/+1Star
* [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-261-31/+15Star
* [NETLINK]: Ignore control messages directly in netlink_run_queue()Thomas Graf2007-04-261-4/+0Star
* [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue()Thomas Graf2007-04-261-4/+0Star
* [RTNL]: Properly return rntl message handlerThomas Graf2007-04-261-4/+4