aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_ecn.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-17inet: Refactor INET_ECN_decapsulate()Ido Schimmel1-4/+14
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-01net-ipv6: remove unused IP6_ECN_clear() functionMaciej Żenczykowski1-5/+0
2016-08-13ipv6: suppress sparse warnings in IP6_ECN_set_ce()Johannes Berg1-1/+2
2016-01-15ipv6: update skb->csum when CE mark is propagatedEric Dumazet1-3/+16
2014-05-07tunnel: fix RFC number in comment for INET_ECN_decapsulate()Neal Cardwell1-1/+1
2013-05-28net: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman1-2/+4
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger1-0/+76
2011-10-22inet: add rfc 3168 extract in front of INET_ECN_encapsulate()Eric Dumazet1-0/+8
2011-05-12ipv6: restore correct ECN handling on TCP xmitSteinar H. Gunderson1-3/+13
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2009-02-14net: replace __constant_{endian} uses in net headersHarvey Harrison1-2/+2
2008-04-13[IPV6]: Use appropriate sock tclass setting for routing lookup.YOSHIFUJI Hideaki1-1/+1
2008-01-28[INET]: Give outer DSCP directly to ip*_copy_dscpHerbert Xu1-4/+4
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-4/+2
2007-04-25[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-2/+4
2006-12-02[NET]: IP header modifier helpers annotations.Al Viro1-3/+3
2006-12-02[INET]: annotate inet_ecn.hAl Viro1-2/+2
2006-11-05[IPV6]: Fix ECN bug on big-endianAl Viro1-1/+1
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+2
2005-11-05[NET]: Introduce INET_ECN_set_ce() functionThomas Graf1-4/+24
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+108