summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | netns: enable to specify a nsid for a get requestNicolas Dichtel2018-11-271-0/+5
* | | | | netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel2018-11-271-11/+75
* | | | | netns: introduce 'struct net_fill_args'Nicolas Dichtel2018-11-271-14/+34
* | | | | netns: remove net arg from rtnl_net_fill()Nicolas Dichtel2018-11-271-6/+4
* | | | | net: bridge: export supported booloptsNikolay Aleksandrov2018-11-271-1/+1
* | | | | net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov2018-11-274-1/+31
* | | | | net: bridge: add support for user-controlled bool optionsNikolay Aleksandrov2018-11-274-2/+96
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-261-22/+184
|\ \ \ \
| * | | | bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-221-0/+29
| * | | | bpf: Support socket lookup in CGROUP_SOCK_ADDR progsAndrey Ignatov2018-11-161-0/+45
| * | | | bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov2018-11-161-3/+2
| * | | | bpf: Extend the sk_lookup() helper to XDP hookpoint.Nitin Hande2018-11-091-19/+86
| * | | | bpf: add perf event notificaton support for sock_opsSowmini Varadhan2018-11-091-0/+22
* | | | | net: remove unsafe skb_insert()Eric Dumazet2018-11-251-22/+0
* | | | | net: bridge: remove redundant checks for null p->dev and p->brColin Ian King2018-11-251-3/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-2419-125/+197
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-2419-122/+193
| |\ \ \ \
| | * | | | net/sched: act_police: add missing spinlock initializationDavide Caratti2018-11-231-0/+1