summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: export supported booloptsNikolay Aleksandrov2018-11-281-1/+1
* net: bridge: add no_linklocal_learn bool optionNikolay Aleksandrov2018-11-284-1/+31
* net: bridge: add support for user-controlled bool optionsNikolay Aleksandrov2018-11-284-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-231-0/+29
| * bpf: Support socket lookup in CGROUP_SOCK_ADDR progsAndrey Ignatov2018-11-171-0/+45
| * bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udpAndrey Ignatov2018-11-171-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-2519-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-221-1/+3
| | * | net/smc: atomic SMCD cursor handlingUrsula Braun2018-11-222-26/+60
| | * | net/smc: add SMC-D shutdown signalHans Wippel2018-11-224-14/+43
| | * | net/smc: use queue pair number when matching link groupKarsten Graul2018-11-223-9/+12
| | * | net/smc: abort CLC connection in smc_releaseHans Wippel2018-11-221-0/+2
| | * | tcp: defer SACK compression after DupThreshEric Dumazet2018-11-223-6/+16
| | * | net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata2018-11-221-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-241-3/+0
* | | | switchdev: Replace port obj add/del SDO with a notificationPetr Machata2018-11-242-44/+25
* | | | switchdev: Add helpers to aid traversal through lower devicesPetr Machata2018-11-241-0/+100
* | | | net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata2018-11-241-0/+56
* | | | switchdev: Add a blocking notifier chainPetr Machata2018-11-241-0/+26
* | | | net/smc: unregister rkeys of unused bufferKarsten Graul2018-11-243-13/+18
* | | | net/smc: add infrastructure to send delete rkey messagesKarsten Graul2018-11-243-1/+57
* | | | net/smc: avoid a delay by waiting for nothingKarsten Graul2018-11-241-1/+3
* | | | net/smc: cleanup listen worker mutex unlockingUrsula Braun2018-11-241-2/+3
* | | | net/smc: short wait for late smc_clc_wait_msgUrsula Braun2018-11-243-11/+13
* | | | net/smc: no link delete for a never active linkUrsula Braun2018-11-241-1/+4
* | | | net/smc: allow fallback after clc timeoutsUrsula Braun2018-11-242-6/+11
* | | | net/smc: remove sock_error detour in clc-functionsUrsula Braun2018-11-241-13/+5
* | | | net/smc: make smc_lgr_free() staticUrsula Braun2018-11-242-2/+3
* | | | net/smc: cleanup tcp_listen_worker initializationUrsula Braun2018-11-241-1/+0
* | | | net-gro: use ffs() to speedup napi_gro_flush()Eric Dumazet2018-11-231-4/+6
* | | | bridge: Allow querying bridge port flagsIdo Schimmel2018-11-221-0/+12
* | | | tcp: drop dst in tcp_add_backlog()Eric Dumazet2018-11-201-0/+2