aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-01-04bpfilter: remove bpfilterQuentin Deslandes1-2/+0
2023-10-27net/tcp: Introduce TCP_AO setsockopt()sDmitry Safonov1-0/+1
2023-10-27net/tcp: Prepare tcp_md5sig_pool for TCP-AODmitry Safonov1-0/+1
2023-04-12bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig1-1/+1
2023-01-24net: fou: use policy and operation tables generated from the specJakub Kicinski1-1/+1
2023-01-24net: fou: rename the source for linkingJakub Kicinski1-0/+1
2022-10-28tcp: add PLB functionality for TCPMubashir Adnan Qureshi1-1/+1
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang1-1/+1
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski1-1/+2
2020-03-09bpf: Add sockmap hooks for UDP socketsLorenz Bauer1-0/+1
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau1-0/+4
2019-05-28net: Initial nexthop codeDavid Ahern1-1/+1
2019-04-08xfrm: make xfrm modes builtinFlorian Westphal1-3/+0
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann1-0/+1
2018-07-24net: remove blank lines at end of fileStephen Hemminger1-1/+1
2018-05-23ipv4: support sport, dport and ip_proto in RTM_GETROUTERoopa Prabhu1-1/+1
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov1-0/+2
2018-04-17net: Move fib_convert_metrics to metrics fileDavid Ahern1-1/+2
2018-03-01ipmr,ipmr6: Define a uniform vif_deviceYuval Mintz1-0/+1
2018-01-02net: tcp: Remove TCP probe moduleMasami Hiramatsu1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-15tcp: ULP infrastructureDave Watson1-1/+1
2017-03-10ipv4: fib: Move FIB notification code to a separate fileIdo Schimmel1-1/+1
2017-02-15esp: Add a software GRO codepathSteffen Klassert1-0/+1
2016-10-23net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov1-0/+1
2016-09-21tcp_bbr: add BBR congestion controlNeal Cardwell1-0/+1
2016-09-21tcp: track data delivery rate for a TCP connectionYuchung Cheng1-1/+1
2016-06-10tcp: add NV congestion controlLawrence Brakmo1-0/+1
2016-02-17ipv4: Remove inet_lro libraryBen Hutchings1-1/+0
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov1-1/+0
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner1-1/+1
2015-10-21tcp: track the packet timings in RACKYuchung Cheng1-0/+1
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar1-1/+0
2015-06-11tcp: add CDG congestion controlKenneth Klette Jonassen1-0/+1
2015-05-13geneve: Rename support library as geneve_coreJohn W. Linville1-1/+1
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou1-0/+1
2014-09-29net: tcp: add DCTCP congestion control algorithmDaniel Borkmann1-0/+1
2014-09-19fou: Support for foo-over-udp RX pathTom Herbert1-0/+1
2014-07-14udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert1-0/+1
2014-02-25xfrm4: Add IPsec protocol multiplexerSteffen Klassert1-1/+1
2014-01-06gre_offload: statically build GRE offloading supportEric Dumazet1-2/+2
2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann1-0/+1
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-1/+1
2013-06-12net: udp4: move GSO functions to udp_offloadDaniel Borkmann1-1/+1
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann1-1/+1
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-0/+1
2012-07-31memcg: rename config variablesAndrew Morton1-1/+1
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-1/+1
2012-07-18net/ipv4: VTI support new module for ip_vti.Saurabh1-0/+1
2012-07-10tcp: Move dynamnic metrics handling into seperate file.David S. Miller1-1/+1
2011-12-12tcp memory pressure controlsGlauber Costa1-0/+1
2011-12-09udp_diag: Wire the udp_diag module into kbuildPavel Emelyanov1-0/+1
2011-05-13net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov1-1/+1
2011-02-01ipv4: Remove fib_hash.David S. Miller1-3/+1
2010-08-21PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov1-0/+1
2008-10-07IPVS: Move IPVS to net/netfilter/ipvsJulius Volz1-1/+0
2008-01-28[IPV4]: Cleanup the sysctl_net_ipv4.c filePavel Emelyanov1-1/+2
2007-10-15[INET]: Collect frag queues management objects togetherPavel Emelyanov1-1/+2
2007-10-10[NET]: Generic Large Receive Offload for TCP trafficJan-Bernd Themann1-0/+1
2007-07-10[IPV4]: The scheduled removal of multipath cached routing support.David S. Miller1-5/+0
2007-04-25[IPV4]: Consolidate common SNMP codeHerbert Xu1-2/+2
2007-04-25[IPV4]: Fix build without procfs.YOSHIFUJI Hideaki1-2/+2
2007-04-25[TCP]: TCP Illinois congestion control (rev3)Stephen Hemminger1-0/+1
2007-04-25[TCP] YeAH-TCP: algorithm implementationAngelo P. Castellani1-0/+1
2006-12-02[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker1-1/+2
2006-10-04[XFRM]: BEET modeDiego Beltrami1-0/+1
2006-09-22[NetLabel]: CIPSOv4 enginePaul Moore1-0/+1
2006-07-10[TCP]: Remove TCP CompoundDavid S. Miller1-1/+0
2006-06-17[TCP]: TCP Probe congestion window tracingStephen Hemminger1-0/+1
2006-06-17[TCP]: TCP Compound congestion controlAngelo P. Castellani1-0/+1
2006-06-17[TCP]: TCP Veno congestion controlBin Zhou1-0/+1
2006-06-17[TCP]: TCP Low Priority congestion controlWong Hoi Sing Edison1-0/+1
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu1-0/+2
2006-03-28[INET]: Introduce tunnel4/tunnel6Herbert Xu1-1/+2
2006-01-10[NETFILTER]: net/ipv[46]/netfilter.c cleanupsPatrick McHardy1-2/+2
2006-01-03[TCP] BIC: CUBIC window growth (2.0)Stephen Hemminger1-0/+1
2005-08-29[INET_DIAG]: Move the tcp_diag interface to the proper placeArnaldo Carvalho de Melo1-1/+2
2005-08-29[INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]Arnaldo Carvalho de Melo1-1/+1
2005-08-29[TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo1-1/+1
2005-08-29[NET]: Just move the inet_connection_sock function from tcp sourcesArnaldo Carvalho de Melo1-1/+1
2005-08-29[INET]: Generalise the TCP sock ID lookup routinesArnaldo Carvalho de Melo1-0/+1
2005-08-29[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]Arnaldo Carvalho de Melo1-1/+1
2005-08-29[NETFILTER]: Move ipv4 specific code from net/core/netfilter.c to net/ipv4/ne...Harald Welte1-1/+1
2005-07-27[NET]: Move in_aton from net/ipv4/utils.c to net/core/utils.cMatt Mackall1-1/+1
2005-06-23[TCP]: Add Scalable TCP congestion control module.John Heffner1-0/+1
2005-06-23[TCP]: Add H-TCP congestion control module.Baruch Even1-0/+1
2005-06-23[TCP]: Add TCP Vegas congestion control module.Stephen Hemminger1-0/+1
2005-06-23[TCP]: Add TCP Hybla congestion control module.Daniele Lacamera1-0/+1
2005-06-23[TCP]: Add High Speed TCP congestion control module.John Heffner1-0/+1
2005-06-23[TCP]: Add TCP Westwood congestion control module.Stephen Hemminger1-0/+1
2005-06-23[TCP]: Add TCP BIC congestion control module.Stephen Hemminger1-0/+1
2005-06-23[TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger1-1/+2
2005-06-21[IPV4]: Add LC-Trie FIB lookup algorithm.Robert Olsson1-1/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+33