summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* packet: fix races in fanout_add()Eric Dumazet2017-02-261-25/+30
* net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2017-02-262-0/+6
* kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong2017-02-261-2/+4
* kcm: fix 0-length case for kcm_sendmsg()WANG Cong2017-02-261-18/+22
* tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira2017-02-185-9/+9
* tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol2017-02-182-0/+2
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-182-0/+2
* mld: do not remove mld souce list info when set link downHangbin Liu2017-02-181-21/+30
* l2tp: do not use udp_ioctl()Eric Dumazet2017-02-183-2/+28
* net: dsa: Do not destroy invalid network devicesFlorian Fainelli2017-02-181-0/+1
* ping: fix a null pointer dereferenceWANG Cong2017-02-181-0/+2
* packet: round up linear to header lenWillem de Bruijn2017-02-181-3/+4
* net: introduce device min_header_lenWillem de Bruijn2017-02-181-0/+1
* sit: fix a double free on error pathWANG Cong2017-02-181-0/+1
* sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner2017-02-181-1/+2
* tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet2017-02-181-0/+6
* ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet2017-02-181-11/+13
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-181-19/+21
* netlabel: out of bound access in cipso_v4_validate()Eric Dumazet2017-02-181-0/+4
* ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-181-1/+8
* net: use a work queue to defer net_disable_timestamp() workEric Dumazet2017-02-181-18/+13
* tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-02-181-2/+4
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-02-181-1/+1
* ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-02-181-12/+22
* net/sched: matchall: Fix configuration raceYotam Gigi2017-02-181-82/+45
* can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-02-185-8/+17
* mac80211: Fix adding of mesh vendor IEsThorsten Horstmann2017-02-141-1/+1
* nl80211: Fix mesh HT operation checkMasashi Honma2017-02-141-0/+1
* can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp2017-02-091-7/+16
* svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields2017-02-091-1/+1
* net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli2017-02-041-0/+2
* lwtunnel: Fix oops on state free after encap module unloadRobert Shearman2017-02-041-1/+13
* net: Specify the owning module for lwtunnel opsRobert Shearman2017-02-043-0/+4
* af_unix: move unix_mknod() out of bindlockWANG Cong2017-02-041-11/+16
* net: mpls: Fix multipath selection for LSR use caseDavid Ahern2017-02-041-23/+25
* bridge: netlink: call br_changelink() during br_dev_newlink()Ivan Vecera2017-02-041-14/+19
* tcp: initialize max window for a new fastopen socketAlexey Kodanev2017-02-041-0/+1
* ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang2017-02-041-3/+1
* lwtunnel: fix autoload of lwt modulesDavid Ahern2017-02-043-7/+75
* net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet2017-02-041-2/+2
* virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receivingJason Wang2017-02-041-1/+1
* net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim2017-02-041-3/+2
* ax25: Fix segfault after sock connection timeoutBasil Gunn2017-02-041-1/+1
* ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki2017-02-041-2/+2
* openvswitch: maintain correct checksum state in conntrack actionsLance Richardson2017-02-041-2/+4
* tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson2017-02-041-1/+1
* net: ipv4: fix table id in getroute responseDavid Ahern2017-02-041-1/+1
* net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern2017-02-042-5/+9
* SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2017-02-012-0/+6
* libceph: stop allocating a new cipher on every crypto requestIlya Dryomov2017-01-262-25/+61