Age | Commit message (Expand) | Author | Files | Lines |
2018-11-23 | packet: copy user buffers before orphan or clone | Willem de Bruijn | 1 | -2/+2 |
2018-11-22 | net/smc: use after free fix in smc_wr_tx_put_slot() | Ursula Braun | 1 | -1/+3 |
2018-11-22 | net/smc: atomic SMCD cursor handling | Ursula Braun | 2 | -26/+60 |
2018-11-22 | net/smc: add SMC-D shutdown signal | Hans Wippel | 4 | -14/+43 |
2018-11-22 | net/smc: use queue pair number when matching link group | Karsten Graul | 3 | -9/+12 |
2018-11-22 | net/smc: abort CLC connection in smc_release | Hans Wippel | 1 | -0/+2 |
2018-11-22 | tcp: defer SACK compression after DupThresh | Eric Dumazet | 3 | -6/+16 |
2018-11-22 | net: skb_scrub_packet(): Scrub offload_fwd_mark | Petr Machata | 1 | -0/+5 |
2018-11-21 | net/sched: act_police: fix race condition on state variables | Davide Caratti | 1 | -14/+21 |
2018-11-20 | tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ... | Stephen Mallon | 1 | -0/+1 |
2018-11-20 | sctp: not increase stream's incnt before sending addstrm_in request | Xin Long | 1 | -1/+0 |
2018-11-19 | Revert "sctp: remove sctp_transport_pmtu_check" | Xin Long | 1 | -0/+3 |
2018-11-19 | sctp: not allow to set asoc prsctp_enable by sockopt | Xin Long | 1 | -21/+5 |
2018-11-19 | sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmit | Xin Long | 1 | -20/+1 |
2018-11-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 17 | -63/+143 |
2018-11-19 | ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF | David Ahern | 1 | -2/+5 |
2018-11-18 | tipc: don't assume linear buffer when reading ancillary data | Jon Maloy | 1 | -4/+11 |
2018-11-18 | tipc: fix lockdep warning when reinitilaizing sockets | Jon Maloy | 3 | -18/+48 |
2018-11-18 | net-gro: reset skb->pkt_type in napi_reuse_skb() | Eric Dumazet | 1 | -0/+4 |
2018-11-18 | ip_tunnel: don't force DF when MTU is locked | Sabrina Dubroca | 1 | -1/+1 |
2018-11-18 | net: bridge: fix vlan stats use-after-free on destruction | Nikolay Aleksandrov | 2 | -1/+9 |
2018-11-18 | socket: do a generic_file_splice_read when proto_ops has no splice_read | Slavomir Kaslev | 1 | -1/+1 |
2018-11-17 | Merge tag 'batadv-net-for-davem-20181114' of git://git.open-mesh.org/linux-merge | David S. Miller | 2 | -3/+5 |
2018-11-17 | net/sched: act_pedit: fix memory leak when IDR allocation fails | Davide Caratti | 1 | -1/+2 |
2018-11-17 | ipv6: fix a dst leak when removing its exception | Xin Long | 1 | -4/+3 |
2018-11-15 | net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flows | Eric Dumazet | 1 | -12/+19 |
2018-11-15 | rxrpc: Fix life check | David Howells | 1 | -4/+23 |
2018-11-15 | Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2 | -26/+43 |
2018-11-15 | l2tp: fix a sock refcnt leak in l2tp_tunnel_register | Xin Long | 1 | -5/+4 |
2018-11-15 | Merge tag 'nfsd-4.20-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -4/+3 |
2018-11-13 | Merge tag 'linux-can-fixes-for-4.20-20181109' of ssh://gitolite.kernel.org/pu... | David S. Miller | 1 | -7/+8 |
2018-11-13 | SUNRPC: Fix a bogus get/put in generic_key_to_expire() | Trond Myklebust | 1 | -7/+1 |
2018-11-13 | SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credential cache | Trond Myklebust | 1 | -19/+42 |
2018-11-12 | batman-adv: Expand merged fragment buffer for full packet | Sven Eckelmann | 1 | -1/+1 |
2018-11-12 | batman-adv: Use explicit tvlv padding for ELP packets | Sven Eckelmann | 1 | -2/+4 |
2018-11-11 | act_mirred: clear skb->tstamp on redirect | Eric Dumazet | 2 | -10/+2 |
2018-11-11 | tipc: fix link re-establish failure | Jon Maloy | 1 | -4/+7 |
2018-11-10 | net: sched: cls_flower: validate nested enc_opts_policy to avoid warning | Jakub Kicinski | 1 | -1/+13 |
2018-11-10 | flow_dissector: do not dissect l4 ports for fragments | 배석진 | 1 | -2/+2 |
2018-11-09 | can: raw: check for CAN FD capable netdev in raw_sendmsg() | Oliver Hartkopp | 1 | -7/+8 |
2018-11-09 | inet: frags: better deal with smp races | Eric Dumazet | 1 | -14/+15 |
2018-11-08 | SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() | YueHaibing | 1 | -1/+1 |
2018-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 32 | -268/+302 |
2018-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 17 | -242/+152 |
2018-11-06 | net: bpfilter: fix iptables failure if bpfilter_umh is disabled | Taehee Yoo | 1 | -3/+3 |
2018-11-06 | sock_diag: fix autoloading of the raw_diag module | Andrei Vagin | 1 | -0/+1 |
2018-11-06 | net: core: netpoll: Enable netconsole IPv6 link local address | Matwey V. Kornilov | 1 | -1/+2 |
2018-11-06 | ipv6: properly check return value in inet6_dump_all() | Alexey Kodanev | 1 | -2/+2 |
2018-11-06 | rtnetlink: restore handling of dumpit return value in rtnl_dump_all() | Alexey Kodanev | 1 | -1/+1 |
2018-11-06 | net/ipv6: Move anycast init/cleanup functions out of CONFIG_PROC_FS | Jeff Barnhill | 1 | -1/+1 |