summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWATEric Dumazet2018-12-041-1/+1
* net/sched: act_tunnel_key: Don't dump dst port if it wasn't setAdi Nissim2018-12-041-1/+3
* net/sched: act_tunnel_key: Allow key-less tunnelsAdi Nissim2018-12-041-10/+11
* net: Do not route unicast IP packets twiceIdo Schimmel2018-12-042-0/+14
* skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'Ido Schimmel2018-12-042-2/+2
* udp: elide zerocopy operation in hot pathWillem de Bruijn2018-12-034-27/+28
* udp: msg_zerocopyWillem de Bruijn2018-12-034-3/+54
* net: ethernet: provide nvmem_get_mac_address()Bartosz Golaszewski2018-12-031-0/+38
* l3mdev: add function to retreive upper masterAlexis Bauvin2018-12-031-0/+18
* udp_tunnel: add config option to bind to a deviceAlexis Bauvin2018-12-032-0/+33
* devlink: Add 'fw_load_policy' generic parameterShalom Toledo2018-12-031-0/+5
* net: bridge: Extend br_vlan_get_pvid() for bridge portsIdo Schimmel2018-11-301-1/+5
* rtnetlink: avoid frame size warning in rtnl_newlink()Jakub Kicinski2018-11-301-3/+17
* rtnetlink: remove a level of indentation in rtnl_newlink()Jakub Kicinski2018-11-301-159/+154
* 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
* net: Add trace events for all receive exit pointsGeneviève Bastien2018-11-301-6/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-293-6/+196
|\
| * bpf: helper to pop data from messagesJohn Fastabend2018-11-283-5/+194
| * bpf: Avoid unnecessary instruction in convert_bpf_ld_abs()David Miller2018-11-261-1/+2
* | net: explain __skb_checksum_complete() with commentsCong Wang2018-11-292-1/+18
* | tcp: remove loop to compute wscaleEric Dumazet2018-11-291-5/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-2822-119/+183
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-2816-105/+157
| |\ \
| | * | netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo2018-11-281-11/+4
| | * | netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo2018-11-271-5/+2
| | * | netfilter: nat: fix double register in masquerade modulesTaehee Yoo2018-11-272-14/+32
| | * | netfilter: add missing error handling code for register functionsTaehee Yoo2018-11-277-20/+61
| | * | netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac2018-11-271-1/+2
| | * | netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2018-11-262-14/+15
| | * | ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long2018-11-261-0/+3
| | * | netfilter: xt_hashlimit: fix a possible memory leak in htable_create()Taehee Yoo2018-11-171-6/+3
| | * | netfilter: nf_tables: fix use-after-free when deleting compat expressionsFlorian Westphal2018-11-132-3/+5
| | * | netfilter: xt_RATEEST: remove netns exit routineTaehee Yoo2018-11-131-10/+0
| | * | netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal2018-11-121-10/+7
| | * | netfilter: nf_tables: don't skip inactive chains during updateFlorian Westphal2018-11-121-6/+3
| | * | netfilter: nf_conncount: fix unexpected permanent node of list.Taehee Yoo2018-11-121-3/+15
| | * | netfilter: nf_conncount: fix list_del corruption in conn_freeTaehee Yoo2018-11-121-2/+5
| | * | netfilter: nf_conncount: use spin_lock_bh instead of spin_lockTaehee Yoo2018-11-121-6/+6
| * | | tipc: fix lockdep warning during node deleteJon Maloy2018-11-271-2/+5
| * | | sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long2018-11-271-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-11-251-3/+2
| |\ \ \
| | * | | bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov2018-11-091-3/+2
| * | | | net: always initialize pagedlenWillem de Bruijn2018-11-242-2/+4
| * | | | tcp: address problems caused by EDT misshapsEric Dumazet2018-11-242-10/+16
* | | | | net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledDavid Ahern2018-11-271-1/+1
* | | | | tcp: remove hdrlen argument from tcp_queue_rcv()Eric Dumazet2018-11-271-7/+6
* | | | | net/ncsi: Add NCSI Mellanox OEM commandVijay Khemka2018-11-274-2/+81
* | | | | netns: enable to dump full nsid translation tableNicolas Dichtel2018-11-271-6/+26