aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov
2007-05-03[NET]: Add __dev_getfirstbyhwtypePatrick McHardy
2007-04-28[NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.Rusty Russell
2007-04-27[NET]: Revert sk_buff walker cleanups.David S. Miller
2007-04-27uevent: use add_uevent_var() instead of open coding itEric Rannaud
2007-04-27Driver core: notify userspace of network device renamesJean Tourrilhes
2007-04-26[WEXT]: Clean up how wext is called.Johannes Berg
2007-04-26[WEXT]: Move to net/wirelessJohannes Berg
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells
2007-04-26[NETLINK]: Possible cleanups.Adrian Bunk
2007-04-26[NET]: Clean up sk_buff walkers.Jean Delvare
2007-04-25[NET]: Warn about GSO/checksum abuseHerbert Xu
2007-04-25[WIRELESS]: Remove wext over netlink.Johannes Berg
2007-04-25[NET]: Prevent much sadness in qdisc_lock_tree().Andrew Morton
2007-04-25[NET]: Fix comments for register_netdev().Borislav Petkov
2007-04-25[NET]: Move sk_setup_caps() out of line.Andi Kleen
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger
2007-04-25[NET]: Get rid of netdev_nitStephen Hemminger
2007-04-25[NET] skbuff: skb_store_bits const is backwardsStephen Hemminger
2007-04-25[NET_SCHED]: ingress: switch back to using ingress_lockPatrick McHardy
2007-04-25[RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy
2007-04-25[RTNETLINK]: Hold rtnl_mutex during netlink dump callbacksPatrick McHardy
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy
2007-04-25[SK_BUFF]: Fix missing offset adjustment in skb_copy_expandPatrick McHardy
2007-04-25bridge: eliminate call by referenceStephen Hemminger
2007-04-25[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu
2007-04-25[NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu
2007-04-25[SK_BUFF]: Fix missing offset adjustment in pskb_expand_headPatrick McHardy
2007-04-25[RTNL]: Improve error codes for unsupported operationsThomas Graf
2007-04-25[NET]: Move generic skbuff stuff from XFRM code to generic codeDavid Howells
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[NET]: Inline net_device_statsRusty Russell
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[NET] fib_rules: Flush route cache after rule modificationsThomas Graf
2007-04-25[NET] fib_rules: Add no-operation actionThomas Graf
2007-04-25[NET] fib_rules: Mark rules detached from the deviceThomas Graf
2007-04-25[NET] fib_rules: goto rule actionThomas Graf
2007-04-25[NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabledYasuyuki Kozakai
2007-04-25[NETLINK]: Directly return -EINTR from netlink_dump_start()Thomas Graf
2007-04-25[NETLINK]: Remove error pointer from netlink message handlerThomas Graf
2007-04-25[NETLINK]: Ignore control messages directly in netlink_run_queue()Thomas Graf
2007-04-25[NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue()Thomas Graf
2007-04-25[RTNL]: Properly return rntl message handlerThomas Graf
2007-04-25[NET] rules: Unified rules dumpingThomas Graf
2007-04-25[RTNL]: Use rtnl registration interface for dump-all aliasesThomas Graf
2007-04-25[NET] rules: Use rtnl registration interfaceThomas Graf
2007-04-25[NEIGH]: Use rtnl registration interfaceThomas Graf
2007-04-25[NET] link: Use rtnl registration interfaceThomas Graf
2007-04-25[RTNL]: Message handler registration interfaceThomas Graf
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo