Age | Commit message (Expand) | Author | Files | Lines |
2021-10-15 | net: add skb_get_dsfield() helper | Eric Dumazet | 1 | -0/+17 |
2020-12-15 | inet_ecn: Use csum16_add() helper for IP_ECN_set_* helpers | Toke Høiland-Jørgensen | 1 | -8/+6 |
2020-12-02 | inet_ecn: Fix endianness of checksum update when setting ECT(1) | Toke Høiland-Jørgensen | 1 | -1/+1 |
2020-07-04 | sched: consistently handle layer3 header accesses in the presence of VLANs | Toke Høiland-Jørgensen | 1 | -8/+17 |
2020-05-01 | tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040 | Toke Høiland-Jørgensen | 1 | -2/+55 |
2018-10-18 | inet: Refactor INET_ECN_decapsulate() | Ido Schimmel | 1 | -4/+14 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-02 | net-ipv6: remove unused IP6_ECN_clear() function | Maciej Żenczykowski | 1 | -5/+0 |
2016-08-14 | ipv6: suppress sparse warnings in IP6_ECN_set_ce() | Johannes Berg | 1 | -1/+2 |
2016-01-15 | ipv6: update skb->csum when CE mark is propagated | Eric Dumazet | 1 | -3/+16 |
2014-05-07 | tunnel: fix RFC number in comment for INET_ECN_decapsulate() | Neal Cardwell | 1 | -1/+1 |
2013-05-29 | net: Correct comparisons and calculations using skb->tail and skb-transport_h... | Simon Horman | 1 | -2/+4 |
2012-09-28 | tunnel: drop packet if ECN present with not-ECT | stephen hemminger | 1 | -0/+76 |
2011-10-22 | inet: add rfc 3168 extract in front of INET_ECN_encapsulate() | Eric Dumazet | 1 | -0/+8 |
2011-05-13 | ipv6: restore correct ECN handling on TCP xmit | Steinar H. Gunderson | 1 | -3/+13 |
2010-09-24 | net: return operator cleanup | Eric Dumazet | 1 | -1/+1 |
2009-02-15 | net: replace __constant_{endian} uses in net headers | Harvey Harrison | 1 | -2/+2 |
2008-04-14 | [IPV6]: Use appropriate sock tclass setting for routing lookup. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2008-01-29 | [INET]: Give outer DSCP directly to ip*_copy_dscp | Herbert Xu | 1 | -4/+4 |
2007-04-26 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -4/+2 |
2007-04-26 | [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Introduce skb_network_header() | Arnaldo Carvalho de Melo | 1 | -2/+4 |
2006-12-03 | [NET]: IP header modifier helpers annotations. | Al Viro | 1 | -3/+3 |
2006-12-03 | [INET]: annotate inet_ecn.h | Al Viro | 1 | -2/+2 |
2006-11-06 | [IPV6]: Fix ECN bug on big-endian | Al Viro | 1 | -1/+1 |
2006-01-04 | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2005-11-06 | [NET]: Introduce INET_ECN_set_ce() function | Thomas Graf | 1 | -4/+24 |
2005-04-17 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+108 |