aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-26[WEXT]: Clean up how wext is called.Johannes Berg1-30/+4
2007-04-26[WEXT]: Move to net/wirelessJohannes Berg3-1635/+1
2007-04-26[AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel bothDavid Howells1-2/+4
2007-04-26[NETLINK]: Possible cleanups.Adrian Bunk1-4/+2
2007-04-26[NET]: Clean up sk_buff walkers.Jean Delvare3-128/+69
2007-04-25[NET]: Warn about GSO/checksum abuseHerbert Xu1-1/+1
2007-04-25[WIRELESS]: Remove wext over netlink.Johannes Berg2-766/+0
2007-04-25[NET]: Prevent much sadness in qdisc_lock_tree().Andrew Morton1-2/+0
2007-04-25[NET]: Fix comments for register_netdev().Borislav Petkov1-1/+1
2007-04-25[NET]: Move sk_setup_caps() out of line.Andi Kleen1-0/+15
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger4-6/+6
2007-04-25[NET]: Get rid of netdev_nitStephen Hemminger1-13/+5
2007-04-25[NET] skbuff: skb_store_bits const is backwardsStephen Hemminger1-1/+1
2007-04-25[NET_SCHED]: ingress: switch back to using ingress_lockPatrick McHardy1-2/+2
2007-04-25[RTNETLINK]: Remove unnecessary locking in dump callbacksPatrick McHardy2-5/+1
2007-04-25[RTNETLINK]: Hold rtnl_mutex during netlink dump callbacksPatrick McHardy1-2/+6
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[SK_BUFF]: Fix missing offset adjustment in skb_copy_expandPatrick McHardy1-1/+10
2007-04-25bridge: eliminate call by referenceStephen Hemminger1-12/+19
2007-04-25[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARYHerbert Xu1-1/+1
2007-04-25[NET]: Use csum_start offset instead of skb_transport_headerHerbert Xu2-11/+16
2007-04-25[SK_BUFF]: Fix missing offset adjustment in pskb_expand_headPatrick McHardy1-1/+2
2007-04-25[RTNL]: Improve error codes for unsupported operationsThomas Graf1-3/+3
2007-04-25[NET]: Move generic skbuff stuff from XFRM code to generic codeDavid Howells1-0/+188
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2-2/+2
2007-04-25[NET]: Inline net_device_statsRusty Russell1-3/+10
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-8/+9
2007-04-25[NET] fib_rules: Flush route cache after rule modificationsThomas Graf1-0/+8
2007-04-25[NET] fib_rules: Add no-operation actionThomas Graf1-1/+3
2007-04-25[NET] fib_rules: Mark rules detached from the deviceThomas Graf1-1/+5
2007-04-25[NET] fib_rules: goto rule actionThomas Graf1-3/+85
2007-04-25[NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabledYasuyuki Kozakai1-3/+1
2007-04-25[NETLINK]: Directly return -EINTR from netlink_dump_start()Thomas Graf1-5/+1
2007-04-25[NETLINK]: Remove error pointer from netlink message handlerThomas Graf1-31/+15
2007-04-25[NETLINK]: Ignore control messages directly in netlink_run_queue()Thomas Graf1-4/+0
2007-04-25[NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue()Thomas Graf1-4/+0
2007-04-25[RTNL]: Properly return rntl message handlerThomas Graf1-4/+4
2007-04-25[NET] rules: Unified rules dumpingThomas Graf1-10/+37
2007-04-25[RTNL]: Use rtnl registration interface for dump-all aliasesThomas Graf1-6/+3
2007-04-25[NET] rules: Use rtnl registration interfaceThomas Graf2-7/+6
2007-04-25[NEIGH]: Use rtnl registration interfaceThomas Graf2-12/+19
2007-04-25[NET] link: Use rtnl registration interfaceThomas Graf1-5/+3
2007-04-25[RTNL]: Message handler registration interfaceThomas Graf1-22/+166
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Remove skb_add_mtu() leftoversArnaldo Carvalho de Melo1-14/+0
2007-04-25[SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb tooArnaldo Carvalho de Melo1-1/+4
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-18/+33
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo6-23/+30
2007-04-25[SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architecturesArnaldo Carvalho de Melo1-4/+14
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo3-21/+22