aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
2007-04-25[SK_BUFF]: Remove skb_add_mtu() leftoversArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb tooArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit archi...Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Some more layer header conversionsArnaldo Carvalho de Melo
2007-04-25[NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skbYasuyuki Kozakai
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[NET]: show bound packet typesStephen Hemminger
2007-04-25[NET]: make seq_operations constStephen Hemminger
2007-04-25[NET]: network dev read_mostlyStephen Hemminger
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Use skb_reset_network_header in skb_push casesArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo
2007-04-25[NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS supportEric Dumazet
2007-04-25[NET]: New sysctls should use __read_mostly tagsEric Dumazet
2007-04-25[NET]: deinline some functionsStephen Hemminger
2007-04-25[WIRELESS]: use ARRAY_SIZE()Stephen Hemminger
2007-04-25[NET] core: whitespace cleanupStephen Hemminger