summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* xprtrdma: Per-connection pad optimizationChuck Lever2017-03-123-14/+16
* xprtrdma: Fix Read chunk paddingChuck Lever2017-03-121-6/+4
* netfilter: nf_ct_helper: warn when not applying default helper assignmentJiri Kosina2017-02-261-13/+26
* net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat2017-02-261-1/+3
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-261-4/+4
* irda: Fix lockdep annotations in hashbin_delete().David S. Miller2017-02-261-18/+16
* dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov2017-02-261-1/+2
* net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe2017-02-261-1/+2
* packet: Do not call fanout_release from atomic contextsAnoob Soman2017-02-261-9/+22
* 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