| Commit message (Expand) | Author | Age | Files | Lines |
* | [NET]: cleanup extra semicolons | Stephen Hemminger | 2007-04-25 | 4 | -6/+6 |
* | [NET]: Get rid of netdev_nit | Stephen Hemminger | 2007-04-25 | 1 | -13/+5 |
* | [NET] skbuff: skb_store_bits const is backwards | Stephen Hemminger | 2007-04-25 | 1 | -1/+1 |
* | [NET_SCHED]: ingress: switch back to using ingress_lock | Patrick McHardy | 2007-04-25 | 1 | -2/+2 |
* | [RTNETLINK]: Remove unnecessary locking in dump callbacks | Patrick McHardy | 2007-04-25 | 2 | -5/+1 |
* | [RTNETLINK]: Hold rtnl_mutex during netlink dump callbacks | Patrick McHardy | 2007-04-25 | 1 | -2/+6 |
* | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it | Patrick McHardy | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Fix missing offset adjustment in skb_copy_expand | Patrick McHardy | 2007-04-25 | 1 | -1/+10 |
* | bridge: eliminate call by reference | Stephen Hemminger | 2007-04-25 | 1 | -12/+19 |
* | [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY | Herbert Xu | 2007-04-25 | 1 | -1/+1 |
* | [NET]: Use csum_start offset instead of skb_transport_header | Herbert Xu | 2007-04-25 | 2 | -11/+16 |
* | [SK_BUFF]: Fix missing offset adjustment in pskb_expand_head | Patrick McHardy | 2007-04-25 | 1 | -1/+2 |
* | [RTNL]: Improve error codes for unsupported operations | Thomas Graf | 2007-04-25 | 1 | -3/+3 |
* | [NET]: Move generic skbuff stuff from XFRM code to generic code | David Howells | 2007-04-25 | 1 | -0/+188 |
* | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-25 | 2 | -2/+2 |
* | [NET]: Inline net_device_stats | Rusty Russell | 2007-04-25 | 1 | -3/+10 |
* | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -8/+9 |
* | [NET] fib_rules: Flush route cache after rule modifications | Thomas Graf | 2007-04-25 | 1 | -0/+8 |
* | [NET] fib_rules: Add no-operation action | Thomas Graf | 2007-04-25 | 1 | -1/+3 |
* | [NET] fib_rules: Mark rules detached from the device | Thomas Graf | 2007-04-25 | 1 | -1/+5 |
* | [NET] fib_rules: goto rule action | Thomas Graf | 2007-04-25 | 1 | -3/+85 |
* | [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled | Yasuyuki Kozakai | 2007-04-25 | 1 | -3/+1 |
* | [NETLINK]: Directly return -EINTR from netlink_dump_start() | Thomas Graf | 2007-04-25 | 1 | -5/+1 |
* | [NETLINK]: Remove error pointer from netlink message handler | Thomas Graf | 2007-04-25 | 1 | -31/+15 |
* | [NETLINK]: Ignore control messages directly in netlink_run_queue() | Thomas Graf | 2007-04-25 | 1 | -4/+0 |
* | [NETLINK]: Ignore !NLM_F_REQUEST messages directly in netlink_run_queue() | Thomas Graf | 2007-04-25 | 1 | -4/+0 |
* | [RTNL]: Properly return rntl message handler | Thomas Graf | 2007-04-25 | 1 | -4/+4 |
* | [NET] rules: Unified rules dumping | Thomas Graf | 2007-04-25 | 1 | -10/+37 |
* | [RTNL]: Use rtnl registration interface for dump-all aliases | Thomas Graf | 2007-04-25 | 1 | -6/+3 |
* | [NET] rules: Use rtnl registration interface | Thomas Graf | 2007-04-25 | 2 | -7/+6 |
* | [NEIGH]: Use rtnl registration interface | Thomas Graf | 2007-04-25 | 2 | -12/+19 |
* | [NET] link: Use rtnl registration interface | Thomas Graf | 2007-04-25 | 1 | -5/+3 |
* | [RTNL]: Message handler registration interface | Thomas Graf | 2007-04-25 | 1 | -22/+166 |
* | [NETLINK]: Use nlmsg_trim() where appropriate | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Remove skb_add_mtu() leftovers | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -14/+0 |
* | [SK_BUFF]: Adjust the zeroing up to tail in __alloc_skb too | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+4 |
* | [SK_BUFF]: Convert skb->end to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -18/+33 |
* | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 2007-04-25 | 6 | -23/+30 |
* | [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit archi... | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -4/+14 |
* | [SK_BUFF]: unions of just one member don't get anything done, kill them | Arnaldo Carvalho de Melo | 2007-04-25 | 3 | -21/+22 |
* | [SK_BUFF]: Introduce skb_network_header_len | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Some more layer header conversions | Arnaldo Carvalho de Melo | 2007-04-25 | 2 | -13/+19 |
* | [NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skb | Yasuyuki Kozakai | 2007-04-25 | 1 | -26/+2 |
* | [SK_BUFF]: Introduce skb_transport_header(skb) | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -3/+3 |
* | [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh | Arnaldo Carvalho de Melo | 2007-04-25 | 2 | -3/+5 |
* | [SK_BUFF]: Introduce skb_transport_offset() | Arnaldo Carvalho de Melo | 2007-04-25 | 2 | -2/+2 |
* | [SK_BUFF]: Introduce skb_reset_transport_header(skb) | Arnaldo Carvalho de Melo | 2007-04-25 | 2 | -2/+2 |
* | [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph | Arnaldo Carvalho de Melo | 2007-04-25 | 1 | -1/+1 |
* | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 2007-04-25 | 2 | -2/+2 |