Age | Commit message (Expand) | Author |
2018-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-11-25 | net: remove unsafe skb_insert() | Eric Dumazet |
2018-11-25 | net: bridge: remove redundant checks for null p->dev and p->br | Colin Ian King |
2018-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-11-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-11-23 | rocker, dsa, ethsw: Don't filter VLAN events on bridge itself | Petr Machata |
2018-11-23 | switchdev: Replace port obj add/del SDO with a notification | Petr Machata |
2018-11-23 | switchdev: Add helpers to aid traversal through lower devices | Petr Machata |
2018-11-23 | net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL | Petr Machata |
2018-11-23 | switchdev: Add a blocking notifier chain | Petr Machata |
2018-11-23 | net/smc: unregister rkeys of unused buffer | Karsten Graul |
2018-11-23 | net/smc: add infrastructure to send delete rkey messages | Karsten Graul |
2018-11-23 | net/smc: avoid a delay by waiting for nothing | Karsten Graul |
2018-11-23 | net/smc: cleanup listen worker mutex unlocking | Ursula Braun |
2018-11-23 | net/smc: short wait for late smc_clc_wait_msg | Ursula Braun |
2018-11-23 | net/smc: no link delete for a never active link | Ursula Braun |
2018-11-23 | net/smc: allow fallback after clc timeouts | Ursula Braun |
2018-11-23 | net/smc: remove sock_error detour in clc-functions | Ursula Braun |
2018-11-23 | net/smc: make smc_lgr_free() static | Ursula Braun |
2018-11-23 | net/smc: cleanup tcp_listen_worker initialization | Ursula Braun |
2018-11-23 | net-gro: use ffs() to speedup napi_gro_flush() | Eric Dumazet |
2018-11-23 | Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-client | Linus Torvalds |
2018-11-23 | net/sched: act_police: add missing spinlock initialization | Davide Caratti |
2018-11-23 | net: don't keep lonely packets forever in the gro hash | Paolo Abeni |
2018-11-23 | net/ipv6: re-do dad when interface has IFF_NOARP flag change | Hangbin Liu |
2018-11-23 | packet: copy user buffers before orphan or clone | Willem de Bruijn |
2018-11-22 | bpf: add skb->tstamp r/w access from tc clsact and cg skb progs | Vlad Dumitrescu |
2018-11-21 | bridge: Allow querying bridge port flags | Ido Schimmel |
2018-11-21 | net/smc: use after free fix in smc_wr_tx_put_slot() | Ursula Braun |
2018-11-21 | net/smc: atomic SMCD cursor handling | Ursula Braun |
2018-11-21 | net/smc: add SMC-D shutdown signal | Hans Wippel |
2018-11-21 | net/smc: use queue pair number when matching link group | Karsten Graul |
2018-11-21 | net/smc: abort CLC connection in smc_release | Hans Wippel |
2018-11-21 | tcp: defer SACK compression after DupThresh | Eric Dumazet |
2018-11-21 | net: skb_scrub_packet(): Scrub offload_fwd_mark | Petr Machata |
2018-11-20 | net/sched: act_police: fix race condition on state variables | Davide Caratti |
2018-11-20 | tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ... | Stephen Mallon |
2018-11-20 | tcp: drop dst in tcp_add_backlog() | Eric Dumazet |
2018-11-20 | ipv4: Don't try to print ASCII of link level header in martian dumps. | David S. Miller |
2018-11-20 | net_sched: sch_fq: avoid calling ktime_get_ns() if not needed | Eric Dumazet |
2018-11-19 | net: sched: cls_u32: add res to offload information | Jakub Kicinski |
2018-11-19 | net: sched: gred: support reporting stats from offloads | Jakub Kicinski |
2018-11-19 | net: sched: gred: add basic Qdisc offload | Jakub Kicinski |
2018-11-19 | net: skb_scrub_packet(): Scrub offload_fwd_mark | Petr Machata |
2018-11-19 | sctp: not increase stream's incnt before sending addstrm_in request | Xin Long |
2018-11-19 | Revert "sctp: remove sctp_transport_pmtu_check" | Xin Long |
2018-11-19 | sctp: not allow to set asoc prsctp_enable by sockopt | Xin Long |
2018-11-19 | sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmit | Xin Long |
2018-11-19 | sctp: add sockopt SCTP_EVENT | Xin Long |
2018-11-19 | sctp: rename enum sctp_event to sctp_event_type | Xin Long |