summaryrefslogtreecommitdiffstats
path: root/crypto/authenc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-08gtp: remove duplicate code in gtp_dellink()Taehee Yoo1-1/+0
2019-07-08gtp: fix use-after-free in gtp_encap_destroy()Taehee Yoo1-2/+15
2019-07-08gtp: fix suspicious RCU usageTaehee Yoo1-2/+6
2019-07-07selftests/tls: add test for poll() with data in TLS ULPJakub Kicinski1-0/+26
2019-07-07net/tls: fix poll ignoring partially copied recordsJakub Kicinski1-1/+2
2019-07-06ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel1-1/+1
2019-07-06r8152: set RTL8152_UNPLUG only for real disconnectionHayes Wang1-11/+16
2019-07-06hsr: fix a NULL pointer deref in hsr_dev_xmit()Cong Wang1-3/+7
2019-07-06hsr: implement dellink to clean up resourcesCong Wang5-10/+25
2019-07-06hsr: fix a memory leak in hsr_del_port()Cong Wang2-2/+5
2019-07-03bonding: validate ip header before check IPPROTO_IGMPCong Wang1-14/+23
2019-07-03net: hns: add support for vlan TSOYonglong Liu1-0/+1
2019-07-03sctp: count data bundling sack chunk for outctrlchunksXin Long1-0/+3
2019-07-03r8152: move calling r8153b_rx_agg_chg_indicate()Hayes Wang1-10/+26
2019-07-03net: don't warn in inet diag when IPV6 is disabledStephen Hemminger1-3/+0
2019-07-03xdp: fix hang while unregistering device bound to xdp socketIlya Maximets4-16/+87
2019-07-03xdp: hold device for umem regardless of zero-copy modeIlya Maximets1-5/+6
2019-07-03selftests: bpf: fix inlines in test_lwt_seg6localJiri Benc1-6/+6
2019-07-03selftests: bpf: add tests for shifts by zeroLuke Nelson1-0/+85
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0Luke Nelson1-57/+6
2019-07-03bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0Luke Nelson1-198/+23
2019-07-03xfrm interface: fix memory leak on creationNicolas Dichtel1-70/+28
2019-07-03xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal2-6/+33
2019-07-03selftests/net: skip psock_tpacket test if KALLSYMS was not enabledPo-Hsu Lin2-5/+10
2019-07-03rxrpc: Fix oops in tracepointDavid Howells1-1/+1
2019-07-03net: usb: asix: init MAC address buffersPhong Tran1-3/+3
2019-07-02macsec: fix checksumming after decryptionAndreas Steinmetz1-0/+1
2019-07-02macsec: fix use-after-free of skb during RXAndreas Steinmetz1-3/+2
2019-07-02rxrpc: Fix send on a connected, but unbound socketDavid Howells1-2/+2
2019-07-02net: bridge: stp: don't cache eth dest pointer before skb pullNikolay Aleksandrov1-2/+1
2019-07-02net: bridge: don't cache ether dest pointer on inputNikolay Aleksandrov1-5/+3
2019-07-02net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 queryNikolay Aleksandrov1-2/+1
2019-07-02net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handlingNikolay Aleksandrov1-8/+12
2019-07-02xfrm: remove a duplicated assignmentCong Wang1-3/+0
2019-07-02r8152: fix the setting of detecting the linking change for runtime suspendHayes Wang1-11/+27
2019-07-02net/tls: make sure offload also gets the keys wipedJakub Kicinski3-3/+4
2019-07-02net/tls: reject offload of TLS 1.3Jakub Kicinski1-0/+8
2019-07-02selftests: add a test case for cls_lower handle overflowDavide Caratti1-0/+19
2019-07-02idr: introduce idr_for_each_entry_continue_ul()Cong Wang3-24/+27
2019-07-02idr: fix overflow case for idr_for_each_entry_ul()Cong Wang2-5/+11
2019-07-02vsock/virtio: fix flush of works during the .remove()Stefano Garzarella1-6/+9
2019-07-02vsock/virtio: stop workers during the .remove()Stefano Garzarella1-1/+50
2019-07-02vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella1-23/+44
2019-07-02vxlan: do not destroy fdb if register_netdevice() is failedTaehee Yoo1-10/+27
2019-07-02sctp: fix error handling on stream scheduler initializationMarcelo Ricardo Leitner1-1/+8
2019-07-02netrom: fix a memory leak in nr_rx_frame()Cong Wang1-1/+2
2019-07-01ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce1-0/+8
2019-07-01net:gue.h:Fix shifting signed 32-bit value by 31 bits problemVandana BN1-1/+1
2019-07-01net: dst.h: Fix shifting signed 32-bit value by 31 bits problemVandana BN1-1/+1
2019-07-01Documentation/networking: fix default_ttl typo in mpls-sysctlHangbin Liu1-1/+1