Age | Commit message (Expand) | Author | Files | Lines |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-19 | ipv6: drop unused "dev" arg of icmpv6_send() | Alexey Dobriyan | 1 | -1/+1 |
2010-01-14 | ipv6: skb_dst() can be NULL in ipv6_hop_jumbo(). | David S. Miller | 1 | -1/+6 |
2009-09-15 | net: constify struct inet6_protocol | Alexey Dobriyan | 1 | -3/+3 |
2009-06-03 | net: skb->dst accessors | Eric Dumazet | 1 | -20/+20 |
2008-10-29 | net: replace %p6 with %pI6 | Harvey Harrison | 1 | -1/+1 |
2008-10-29 | net: replace uses of NIP6_FMT with %p6 | Harvey Harrison | 1 | -1/+1 |
2008-10-08 | ipv6: added net argument to IP6_INC_STATS_BH | Denis V. Lunev | 1 | -18/+24 |
2008-07-20 | ipv6 netns: Make several "global" sysctl variables namespace aware. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2008-07-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2008-07-11 | ipv6: missed namespace context in ipv6_rthdr_rcv | Denis V. Lunev | 1 | -1/+1 |
2008-06-12 | net: remove CVS keywords | Adrian Bunk | 1 | -2/+0 |
2008-01-29 | [NETNS][IPV6]: inet6_addr - make ipv6_chk_home_addr namespace aware | Daniel Lezcano | 1 | -1/+1 |
2008-01-29 | [IPV6]: make extended headers to return an error at initialization | Daniel Lezcano | 1 | -25/+39 |
2008-01-29 | [NET]: Eliminate duplicate copies of dst_discard | Herbert Xu | 1 | -11/+2 |
2007-10-15 | [IPV6]: Replace sk_buff ** with sk_buff * in input handlers | Herbert Xu | 1 | -27/+14 |
2007-10-15 | [IPV6]: Avoid skb_copy/pskb_copy/skb_realloc_headroom on input | Herbert Xu | 1 | -18/+5 |
2007-07-11 | [IPV6]: Do not send RH0 anymore. | YOSHIFUJI Hideaki | 1 | -78/+0 |
2007-07-11 | [IPV6]: Restore semantics of Routing Header processing. | YOSHIFUJI Hideaki | 1 | -31/+16 |
2007-07-11 | [IPV6] MIP6: Loadable module support for MIPv6. | Masahide NAKAMURA | 1 | -9/+10 |
2007-05-11 | [IPV6]: Do no rely on skb->dst before it is assigned. | YOSHIFUJI Hideaki | 1 | -4/+12 |
2007-04-27 | [IPV6]: Fix thinko in ipv6_rthdr_rcv() changes. | YOSHIFUJI Hideaki | 1 | -0/+1 |
2007-04-26 | [NET]: cleanup extra semicolons | Stephen Hemminger | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: unions of just one member don't get anything done, kill them | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2007-04-26 | [SK_BUFF]: Introduce skb_network_header_len | Arnaldo Carvalho de Melo | 1 | -4/+4 |
2007-04-26 | [SK_BUFF]: Use the helpers to get the layer header pointer | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Introduce skb_transport_header(skb) | Arnaldo Carvalho de Melo | 1 | -11/+10 |
2007-04-26 | [SK_BUFF]: Introduce skb_transport_offset() | Arnaldo Carvalho de Melo | 1 | -5/+7 |
2007-04-26 | [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h | Arnaldo Carvalho de Melo | 1 | -10/+10 |
2007-04-26 | [SK_BUFF]: Introduce skb_network_header() | Arnaldo Carvalho de Melo | 1 | -23/+33 |
2007-04-26 | [IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.raw | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [IPV6]: Decentralize EXPORT_SYMBOLs. | YOSHIFUJI Hideaki | 1 | -0/+2 |
2007-04-26 | [NET]: convert network timestamps to ktime_t | Eric Dumazet | 1 | -1/+1 |
2007-04-25 | IPv6: fix Routing Header Type 0 handling thinko | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-04-25 | [IPV6]: Disallow RH0 by default. | YOSHIFUJI Hideaki | 1 | -6/+34 |
2007-02-14 | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 1 | -1/+0 |
2007-02-11 | [NET] IPV6: Fix whitespace errors. | YOSHIFUJI Hideaki | 1 | -7/+7 |
2006-12-03 | [IPV6]: Misc endianness annotations. | Al Viro | 1 | -1/+1 |
2006-12-03 | [IPV6]: Per-interface statistics support. | YOSHIFUJI Hideaki | 1 | -19/+38 |
2006-09-23 | [IPV6] MIP6: Fix to update IP6CB when cloned skbuff is received at HAO. | Masahide NAKAMURA | 1 | -0/+7 |
2006-09-23 | [IPV6] MIP6: Several obvious clean-ups. | YOSHIFUJI Hideaki | 1 | -1/+0 |
2006-09-23 | [IPV6] MIP6: Add inbound interface of home address option. | Masahide NAKAMURA | 1 | -1/+83 |
2006-09-23 | [IPV6]: Allow to replace skbuff by TLV parser. | Masahide NAKAMURA | 1 | -10/+19 |
2006-09-23 | [IPV6]: Find option offset by type. | Masahide NAKAMURA | 1 | -0/+43 |
2006-09-23 | [IPV6] MIP6: Add inbound interface of routing header type 2. | Masahide NAKAMURA | 1 | -8/+61 |
2006-09-23 | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE | Patrick McHardy | 1 | -1/+1 |
2006-09-01 | [IPV6]: Fix kernel OOPs when setting sticky socket options. | YOSHIFUJI Hideaki | 1 | -13/+16 |
2006-07-01 | [IPV6]: Added GSO support for TCPv6 | Herbert Xu | 1 | -2/+2 |
2006-04-19 | [IPV6]: Clean up hop-by-hop options handler. | YOSHIFUJI Hideaki | 1 | -2/+2 |