summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-035-23/+90
| | |\ \
| | | * | xdp: fix hang while unregistering device bound to xdp socketIlya Maximets2019-07-033-16/+82
| | | * | xdp: hold device for umem regardless of zero-copy modeIlya Maximets2019-07-031-5/+6
| | | * | xsk: Properly terminate assignment in xskq_produce_flush_descNathan Chancellor2019-06-261-1/+1
| | | * | bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookupAnton Protopopov2019-06-171-1/+1
| | * | | sctp: count data bundling sack chunk for outctrlchunksXin Long2019-07-031-0/+3
| | * | | net: don't warn in inet diag when IPV6 is disabledStephen Hemminger2019-07-031-3/+0Star
| | * | | rxrpc: Fix send on a connected, but unbound socketDavid Howells2019-07-021-2/+2
| | * | | net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov2019-07-021-2/+1Star
| | * | | net: bridge: don't cache ether dest pointer on inputNikolay Aleksandrov2019-07-021-5/+3Star
| | * | | net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 queryNikolay Aleksandrov2019-07-021-2/+1Star
| | * | | net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handlingNikolay Aleksandrov2019-07-021-8/+12
| | * | | net/tls: make sure offload also gets the keys wipedJakub Kicinski2019-07-022-3/+3
| | * | | net/tls: reject offload of TLS 1.3Jakub Kicinski2019-07-021-0/+8
| | * | | idr: introduce idr_for_each_entry_continue_ul()Cong Wang2019-07-021-20/+7Star
| | * | | idr: fix overflow case for idr_for_each_entry_ul()Cong Wang2019-07-021-3/+6
| | * | | vsock/virtio: fix flush of works during the .remove()Stefano Garzarella2019-07-021-6/+9
| | * | | vsock/virtio: stop workers during the .remove()Stefano Garzarella2019-07-021-1/+50
| | * | | vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella2019-07-021-23/+44
| | * | | sctp: fix error handling on stream scheduler initializationMarcelo Ricardo Leitner2019-07-021-1/+8
| | * | | netrom: fix a memory leak in nr_rx_frame()Cong Wang2019-07-021-1/+2
| | * | | ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce2019-07-011-0/+8
| | * | | net: openvswitch: fix csum updates for MPLS actionsJohn Hurley2019-07-011-4/+2Star
| | * | | igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-06-291-6/+2Star
| | * | | net: make skb_dst_force return true when dst is refcountedFlorian Westphal2019-06-291-1/+5
| | * | | sctp: not bind the socket in sctp_connectXin Long2019-06-291-21/+3Star
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-06-287-80/+95
| | |\ \ \
| | | * | | netfilter: Fix remainder of pseudo-header protocol 0He Zhe2019-06-283-4/+5
| | | * | | netfilter: ctnetlink: Fix regression in conntrack entry deletionFelix Kaechele2019-06-261-3/+4
| | | * | | ipvs: fix tinfo memory leak in start_sync_threadJulian Anastasov2019-06-252-66/+72
| | | * | | ipvs: defer hook registration to avoid leaksJulian Anastasov2019-06-211-7/+14
| | * | | | Merge tag 'batadv-net-for-davem-20190627' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-06-284-2/+10
| | |\ \ \ \
| | | * | | | batman-adv: Fix duplicated OGMs on NETDEV_UPSven Eckelmann2019-06-023-2/+8
| | | * | | | batman-adv: fix for leaked TVLV handler.Jeremy Sowden2019-05-211-0/+2
| * | | | | | skbuff: increase verbosity when dumping skb dataWillem de Bruijn2019-07-092-12/+103
| * | | | | | ipv6: elide flowlabel check if no exclusive leases existWillem de Bruijn2019-07-097-13/+32
| * | | | | | coallocate socket_wq with socket itselfAl Viro2019-07-092-15/+6Star
| * | | | | | sockfs: switch to ->free_inode()Al Viro2019-07-091-3/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-092-17/+36
| |\ \ \ \ \ \
| | * | | | | | xdp: fix race on generic receive pathIlya Maximets2019-07-091-9/+22
| | * | | | | | bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addrStanislav Fomichev2019-07-081-8/+14
| * | | | | | | ipv6: Support multipath hashing on inner IP pktsStephen Suryaputra2019-07-091-0/+36
| * | | | | | | ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pktsStephen Suryaputra2019-07-091-4/+17
| * | | | | | | net: openvswitch: use netif_ovs_is_port() instead of opencodeTaehee Yoo2019-07-092-4/+4
| * | | | | | | vsock/virtio: fix flush of works during the .remove()Stefano Garzarella2019-07-091-6/+9
| * | | | | | | vsock/virtio: stop workers during the .remove()Stefano Garzarella2019-07-091-1/+50
| * | | | | | | vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella2019-07-091-24/+46
| * | | | | | | net: core: page_pool: add user refcnt and reintroduce page_pool_destroyIvan Khoronzhuk2019-07-082-0/+11
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-07-0818-81/+668
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: nf_tables: force module load in case select_ops() returns -EAGAINPablo Neira Ayuso2019-07-062-0/+10