| Commit message (Expand) | Author | Age |
* | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [NET]: Inline net_device_stats | Rusty Russell | 2007-04-26 |
* | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [NET] fib_rules: Flush route cache after rule modifications | Thomas Graf | 2007-04-26 |
* | [NET] fib_rules: Add no-operation action | Thomas Graf | 2007-04-26 |
* | [NET] fib_rules: Mark rules detached from the device | Thomas Graf | 2007-04-26 |
* | [NET] fib_rules: goto rule action | Thomas Graf | 2007-04-26 |
* | [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled | Yasuyuki Kozakai | 2007-04-26 |
* | [NETLINK]: Directly return -EINTR from netlink_dump_start() | Thomas Graf | 2007-04-26 |
* | [NETLINK]: Remove error pointer from netlink message handler | Thomas Graf | 2007-04-26 |
* | [NETLINK]: Ignore control messages directly in netlink_run_queue() | Thomas Graf | 2007-04-26 |
* | [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue() | Thomas Graf | 2007-04-26 |
* | [RTNL]: Properly return rntl message handler | Thomas Graf | 2007-04-26 |
* | [NET] rules: Unified rules dumping | Thomas Graf | 2007-04-26 |
* | [RTNL]: Use rtnl registration interface for dump-all aliases | Thomas Graf | 2007-04-26 |
* | [NET] rules: Use rtnl registration interface | Thomas Graf | 2007-04-26 |
* | [NEIGH]: Use rtnl registration interface | Thomas Graf | 2007-04-26 |
* | [NET] link: Use rtnl registration interface | Thomas Graf | 2007-04-26 |
* | [RTNL]: Message handler registration interface | Thomas Graf | 2007-04-26 |
* | [NETLINK]: Use nlmsg_trim() where appropriate | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Remove skb_add_mtu() leftovers | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Convert skb->end to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit archi... | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: unions of just one member don't get anything done, kill them | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Introduce skb_network_header_len | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Some more layer header conversions | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skb | Yasuyuki Kozakai | 2007-04-26 |
* | [SK_BUFF]: Introduce skb_transport_header(skb) | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Introduce skb_transport_offset() | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Introduce skb_reset_transport_header(skb) | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [NET]: show bound packet types | Stephen Hemminger | 2007-04-26 |
* | [NET]: make seq_operations const | Stephen Hemminger | 2007-04-26 |
* | [NET]: network dev read_mostly | Stephen Hemminger | 2007-04-26 |
* | [SK_BUFF]: Introduce skb_network_header() | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Introduce skb_network_offset() | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Use skb_reset_network_header in skb_push cases | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Introduce skb_reset_network_header(skb) | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Introduce skb_mac_header() | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 2007-04-26 |
* | [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support | Eric Dumazet | 2007-04-26 |
* | [NET]: New sysctls should use __read_mostly tags | Eric Dumazet | 2007-04-26 |
* | [NET]: deinline some functions | Stephen Hemminger | 2007-04-26 |
* | [WIRELESS]: use ARRAY_SIZE() | Stephen Hemminger | 2007-04-26 |
* | [NET] core: whitespace cleanup | Stephen Hemminger | 2007-04-26 |