Age | Commit message (Expand) | Author | Files | Lines |
2007-04-26 | [TCP]: Fix linkage errors on i386. | YOSHIFUJI Hideaki | 1 | -0/+6 |
2007-04-26 | [TCP]: Congestion control API update. | Stephen Hemminger | 1 | -0/+5 |
2007-04-26 | [WIRELESS] cfg80211: New wireless config infrastructure. | Johannes Berg | 3 | -0/+43 |
2007-04-26 | [NET] skbuff: skb_store_bits const is backwards | Stephen Hemminger | 1 | -2/+2 |
2007-04-26 | [AF_PACKET]: Add option to return orig_dev to userspace. | Peter P. Waskiewicz Jr | 1 | -0/+1 |
2007-04-26 | [IPV6] SNMP: Netlink interface. | YOSHIFUJI Hideaki | 1 | -0/+1 |
2007-04-26 | [INET]: Add IP(V6)_PMTUDISC_RPOBE | John Heffner | 2 | -0/+2 |
2007-04-26 | [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it | Patrick McHardy | 1 | -1/+4 |
2007-04-26 | [NETFILTER]: ebt_arp: add gratuitous arp filtering | Bart De Schuymer | 1 | -1/+3 |
2007-04-26 | [NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe traffic | Michael Milner | 3 | -2/+13 |
2007-04-26 | [DCCP]: Complete documentation of dccp_sock | Gerrit Renker | 1 | -11/+10 |
2007-04-26 | bridge: eliminate call by reference | Stephen Hemminger | 1 | -1/+2 |
2007-04-26 | [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY | Herbert Xu | 1 | -5/+11 |
2007-04-26 | [NET]: Use csum_start offset instead of skb_transport_header | Herbert Xu | 1 | -2/+7 |
2007-04-26 | [IPV6] FIB6RULE: Find source address during looking up route. | YOSHIFUJI Hideaki | 1 | -4/+7 |
2007-04-26 | [NET]: Move generic skbuff stuff from XFRM code to generic code | David Howells | 1 | -0/+6 |
2007-04-26 | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -0/+15 |
2007-04-26 | [NET]: Inline net_device_stats | Rusty Russell | 1 | -0/+2 |
2007-04-26 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -0/+14 |
2007-04-26 | [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE | Herbert Xu | 1 | -0/+7 |
2007-04-26 | [NET] fib_rules: Add no-operation action | Thomas Graf | 1 | -1/+1 |
2007-04-26 | [NET] fib_rules: Mark rules detached from the device | Thomas Graf | 1 | -0/+1 |
2007-04-26 | [NET] fib_rules: goto rule action | Thomas Graf | 1 | -2/+3 |
2007-04-26 | [NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet | Yasuyuki Kozakai | 2 | -2/+3 |
2007-04-26 | [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled | Yasuyuki Kozakai | 2 | -21/+14 |
2007-04-26 | [NETLINK]: Remove error pointer from netlink message handler | Thomas Graf | 1 | -1/+1 |
2007-04-26 | [RTNL]: Message handler registration interface | Thomas Graf | 1 | -7/+0 |
2007-04-26 | [DCCP]: Sample RTT from SYN exchange | Gerrit Renker | 1 | -0/+2 |
2007-04-26 | [NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END} | Arnaldo Carvalho de Melo | 1 | -12/+0 |
2007-04-26 | [SK_BUFF]: Remove skb_add_mtu() leftovers | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2007-04-26 | [NETLINK]: Introduce nlmsg_hdr() helper | Arnaldo Carvalho de Melo | 1 | -0/+5 |
2007-04-26 | [SK_BUFF]: Convert skb->end to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -5/+18 |
2007-04-26 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 4 | -18/+51 |
2007-04-26 | [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit archi... | Arnaldo Carvalho de Melo | 1 | -18/+86 |
2007-04-26 | [SK_BUFF]: unions of just one member don't get anything done, kill them | Arnaldo Carvalho de Melo | 2 | -31/+22 |
2007-04-26 | [SK_BUFF]: Introduce skb_network_header_len | Arnaldo Carvalho de Melo | 1 | -0/+5 |
2007-04-26 | [KBUILD]: Unifdef headers changed by the skb layer header refactorings | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2007-04-26 | [NETFILTER]: ctnetlink: add support for internal tcp connection tracking flag... | Pablo Neira Ayuso | 2 | -0/+9 |
2007-04-26 | [NETFILTER]: nf_conntrack: add nf_copy() to safely copy members in skb | Yasuyuki Kozakai | 1 | -0/+13 |
2007-04-26 | [NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skb | Yasuyuki Kozakai | 1 | -0/+17 |
2007-04-26 | [JHASH]: Use const in jhash2 | Patrick McHardy | 1 | -1/+1 |
2007-04-26 | [NETFILTER]: nfnetlink: use mutex instead of semaphore | Patrick McHardy | 1 | -13/+0 |
2007-04-26 | [NETFILTER]: Remove IPv4 only connection tracking/NAT | Patrick McHardy | 24 | -1705/+1 |
2007-04-26 | [SK_BUFF]: Introduce skb_transport_header(skb) | Arnaldo Carvalho de Melo | 11 | -19/+29 |
2007-04-26 | [SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6h | Arnaldo Carvalho de Melo | 2 | -1/+5 |
2007-04-26 | [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph | Arnaldo Carvalho de Melo | 2 | -1/+5 |
2007-04-26 | [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th | Arnaldo Carvalho de Melo | 2 | -3/+7 |
2007-04-26 | [TCP]: Introduce tcp_hdrlen() and tcp_optlen() | Arnaldo Carvalho de Melo | 1 | -0/+10 |
2007-04-26 | [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph | Arnaldo Carvalho de Melo | 2 | -1/+9 |
2007-04-26 | [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh | Arnaldo Carvalho de Melo | 2 | -1/+9 |