aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller22-119/+183
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller16-105/+157
2018-11-28netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo1-11/+4
2018-11-27net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledDavid Ahern1-1/+1
2018-11-27tcp: remove hdrlen argument from tcp_queue_rcv()Eric Dumazet1-7/+6
2018-11-27net/ncsi: Add NCSI Mellanox OEM commandVijay Khemka4-2/+81
2018-11-27tipc: fix lockdep warning during node deleteJon Maloy1-2/+5
2018-11-27netns: enable to dump full nsid translation tableNicolas Dichtel1-6/+26
2018-11-27netns: enable to specify a nsid for a get requestNicolas Dichtel1-0/+5
2018-11-27netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel1-11/+75
2018-11-27netns: introduce 'struct net_fill_args'Nicolas Dichtel1-14/+34
2018-11-27netns: remove net arg from rtnl_net_fill()Nicolas Dichtel1-6/+4
2018-11-27sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long1-0/+1
2018-11-27net: bridge: export supported booloptsNikolay Aleksandrov1-1/+1
2018-11-27net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov4-1/+31
2018-11-27net: bridge: add support for user-controlled bool optionsNikolay Aleksandrov4-2/+96
2018-11-27netfilter: nf_conncount: remove wrong condition check routineTaehee Yoo1-5/+2
2018-11-27netfilter: nat: fix double register in masquerade modulesTaehee Yoo2-14/+32
2018-11-27netfilter: add missing error handling code for register functionsTaehee Yoo7-20/+61
2018-11-27netfilter: ipv6: Preserve link scope traffic original oifAlin Nastac1-1/+2
2018-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-22/+184
2018-11-26netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, tooFlorian Westphal2-14/+15
2018-11-26ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notfXin Long1-0/+3
2018-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+2
2018-11-25net: remove unsafe skb_insert()Eric Dumazet1-22/+0
2018-11-25net: bridge: remove redundant checks for null p->dev and p->brColin Ian King1-3/+0
2018-11-24net: always initialize pagedlenWillem de Bruijn2-2/+4
2018-11-24tcp: address problems caused by EDT misshapsEric Dumazet2-10/+16
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-125/+197
2018-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-122/+193
2018-11-23rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata1-3/+0
2018-11-23switchdev: Replace port obj add/del SDO with a notificationPetr Machata2-44/+25
2018-11-23switchdev: Add helpers to aid traversal through lower devicesPetr Machata1-0/+100
2018-11-23net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-0/+56
2018-11-23switchdev: Add a blocking notifier chainPetr Machata1-0/+26
2018-11-23net/smc: unregister rkeys of unused bufferKarsten Graul3-13/+18
2018-11-23net/smc: add infrastructure to send delete rkey messagesKarsten Graul3-1/+57
2018-11-23net/smc: avoid a delay by waiting for nothingKarsten Graul1-1/+3
2018-11-23net/smc: cleanup listen worker mutex unlockingUrsula Braun1-2/+3
2018-11-23net/smc: short wait for late smc_clc_wait_msgUrsula Braun3-11/+13
2018-11-23net/smc: no link delete for a never active linkUrsula Braun1-1/+4
2018-11-23net/smc: allow fallback after clc timeoutsUrsula Braun2-6/+11
2018-11-23net/smc: remove sock_error detour in clc-functionsUrsula Braun1-13/+5
2018-11-23net/smc: make smc_lgr_free() staticUrsula Braun2-2/+3
2018-11-23net/smc: cleanup tcp_listen_worker initializationUrsula Braun1-1/+0
2018-11-23net-gro: use ffs() to speedup napi_gro_flush()Eric Dumazet1-4/+6
2018-11-23Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-3/+9
2018-11-23net/sched: act_police: add missing spinlock initializationDavide Caratti1-0/+1
2018-11-23net: don't keep lonely packets forever in the gro hashPaolo Abeni1-2/+5
2018-11-23net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu1-6/+13