summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* udp: use indirect call wrappers for GRO socket lookupPaolo Abeni2018-12-151-2/+6
* net: use indirect call wrappers at GRO transport layerPaolo Abeni2018-12-153-7/+19
* ipconfig: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-151-12/+1Star
* net: tcp: prefer listeners bound to an addressPeter Oskolkov2018-12-151-52/+8Star
* net: udp: prefer listeners bound to an addressPeter Oskolkov2018-12-151-57/+19Star
* net: Add netif_is_gretap()/netif_is_ip6gretap()Oz Shlomo2018-12-111-6/+0Star
* tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()Eric Dumazet2018-12-101-5/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-104-20/+46
|\
| * tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-081-11/+24
| * ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-061-0/+7
| * tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-061-4/+7
| * tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-061-1/+4
| * net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-061-2/+2
| * tcp: fix SNMP TCP timeout under-estimationYuchung Cheng2018-12-011-4/+4
| * tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng2018-12-011-1/+1
| * tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng2018-12-011-1/+1
* | ip: silence udp zerocopy smatch false positiveWillem de Bruijn2018-12-081-1/+2
* | net: core: dev: Add extack argument to dev_change_flags()Petr Machata2018-12-062-4/+4
* | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-2/+2
* | tcp: fix code style in tcp_recvmsg()Pedro Tammela2018-12-061-2/+2
* | net: Do not route unicast IP packets twiceIdo Schimmel2018-12-041-0/+7
* | skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel2018-12-041-1/+1
* | udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-042-12/+12
* | udp: msg_zerocopyWillem de Bruijn2018-12-041-1/+22
* | udp_tunnel: add config option to bind to a deviceAlexis Bauvin2018-12-031-0/+17
* | tcp: md5: add tcp_md5_needed jump labelEric Dumazet2018-11-303-7/+15
* | tcp: implement coalescing on backlog queueEric Dumazet2018-11-302-6/+87
* | tcp: take care of compressed acks in tcp_add_reno_sack()Eric Dumazet2018-11-301-25/+33
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-301-3/+14
|\ \
| * | bpf: helper to pop data from messagesJohn Fastabend2018-11-281-3/+14
* | | tcp: remove loop to compute wscaleEric Dumazet2018-11-291-5/+3Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-296-22/+56
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-283-11/+38
| |\ \
| | * | netfilter: nat: fix double register in masquerade modulesTaehee Yoo2018-11-271-7/+16
| | * | netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-273-7/+25
| * | | net: always initialize pagedlenWillem de Bruijn2018-11-251-1/+2
| * | | tcp: address problems caused by EDT misshapsEric Dumazet2018-11-252-10/+16
* | | | net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledDavid Ahern2018-11-281-1/+1
* | | | tcp: remove hdrlen argument from tcp_queue_rcv()Eric Dumazet2018-11-281-7/+6Star
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-253-6/+17
|\| |
| * | tcp: defer SACK compression after DupThreshEric Dumazet2018-11-223-6/+16
| * | tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon2018-11-201-0/+1
* | | tcp: drop dst in tcp_add_backlog()Eric Dumazet2018-11-201-0/+2
* | | ipv4: Don't try to print ASCII of link level header in martian dumps.David S. Miller2018-11-201-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-191-1/+1
|\| |
| * | ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca2018-11-181-1/+1
| |/
* | tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2018-11-181-0/+2
* | udp: fix jump label misusePaolo Abeni2018-11-171-2/+2
* | tcp: clean up STATE_TRACEYafang Shao2018-11-171-4/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-121-14/+15
|\|