summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| | * | | | net: don't keep lonely packets forever in the gro hashPaolo Abeni2018-11-231-2/+5
| | * | | | net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu2018-11-231-6/+13
| | * | | | packet: copy user buffers before orphan or cloneWillem de Bruijn2018-11-231-2/+2
| | * | | | net/smc: use after free fix in smc_wr_tx_put_slot()Ursula Braun2018-11-211-1/+3
| | * | | | net/smc: atomic SMCD cursor handlingUrsula Braun2018-11-212-26/+60
| | * | | | net/smc: add SMC-D shutdown signalHans Wippel2018-11-214-14/+43
| | * | | | net/smc: use queue pair number when matching link groupKarsten Graul2018-11-213-9/+12
| | * | | | net/smc: abort CLC connection in smc_releaseHans Wippel2018-11-211-0/+2
| | * | | | tcp: defer SACK compression after DupThreshEric Dumazet2018-11-213-6/+16
| | * | | | net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata2018-11-211-0/+5
| | * | | | net/sched: act_police: fix race condition on state variablesDavide Caratti2018-11-201-14/+21
| | * | | | tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon2018-11-201-0/+1
| | * | | | sctp: not increase stream's incnt before sending addstrm_in requestXin Long2018-11-191-1/+0
| | * | | | Revert "sctp: remove sctp_transport_pmtu_check"Xin Long2018-11-191-0/+3
| | * | | | sctp: not allow to set asoc prsctp_enable by sockoptXin Long2018-11-191-21/+5
| | * | | | sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmitXin Long2018-11-191-20/+1
| * | | | | Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2018-11-231-3/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | libceph: fall back to sendmsg for slab pagesIlya Dryomov2018-11-191-3/+9
* | | | | | rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata2018-11-231-3/+0
* | | | | | switchdev: Replace port obj add/del SDO with a notificationPetr Machata2018-11-232-44/+25
* | | | | | switchdev: Add helpers to aid traversal through lower devicesPetr Machata2018-11-231-0/+100
* | | | | | net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata2018-11-231-0/+56
* | | | | | switchdev: Add a blocking notifier chainPetr Machata2018-11-231-0/+26
* | | | | | net/smc: unregister rkeys of unused bufferKarsten Graul2018-11-233-13/+18
* | | | | | net/smc: add infrastructure to send delete rkey messagesKarsten Graul2018-11-233-1/+57
* | | | | | net/smc: avoid a delay by waiting for nothingKarsten Graul2018-11-231-1/+3
* | | | | | net/smc: cleanup listen worker mutex unlockingUrsula Braun2018-11-231-2/+3
* | | | | | net/smc: short wait for late smc_clc_wait_msgUrsula Braun2018-11-233-11/+13
* | | | | | net/smc: no link delete for a never active linkUrsula Braun2018-11-231-1/+4
* | | | | | net/smc: allow fallback after clc timeoutsUrsula Braun2018-11-232-6/+11
* | | | | | net/smc: remove sock_error detour in clc-functionsUrsula Braun2018-11-231-13/+5
* | | | | | net/smc: make smc_lgr_free() staticUrsula Braun2018-11-232-2/+3