summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2016-11-07sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner
2016-11-03genetlink: fix a memory leak on error pathWANG Cong
2016-11-03ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet
2016-11-03ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet
2016-11-03netlink: netlink_diag_dump() runs without locksEric Dumazet
2016-11-03dccp: fix out of bound access in dccp_v4_err()Eric Dumazet
2016-11-03dccp: do not send reset to already closed socketsEric Dumazet
2016-11-03dccp: do not release listeners too soonEric Dumazet
2016-11-03tcp: fix return value for partial writesEric Dumazet
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson
2016-11-03tcp: fix potential memory corruptionEric Dumazet
2016-11-03inet: fix sleeping inside inet_wait_for_connect()WANG Cong
2016-11-02ip6_udp_tunnel: remove unused IPCB related codesEli Cooper
2016-11-01unix: escape all null bytes in abstract unix domain socketIsaac Boukris
2016-10-31Merge tag 'linux-can-fixes-for-4.9-20161031' of git://git.kernel.org/pub/scm/...David S. Miller
2016-10-31sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long
2016-10-31sctp: return back transport in __sctp_rcv_init_lookupXin Long
2016-10-31sctp: hold transport instead of assoc in sctp_diagXin Long
2016-10-31can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp
2016-10-31net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2016-10-31net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2016-10-31dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal
2016-10-31ipv6: add mtu lock check in __ip6_rt_update_pmtuXin Long
2016-10-31ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy
2016-10-29rds: debug messages are enabled by defaultshamir rabinovitch
2016-10-29Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/lin...David S. Miller
2016-10-29Merge tag 'batadv-net-for-davem-20161026' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2016-10-29net_sched actions: use nla_parse_nested()Johannes Berg
2016-10-29ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper
2016-10-29inet: Fix missing return value in inet6_hashCraig Gallek
2016-10-29sctp: validate chunk len before actually using itMarcelo Ricardo Leitner
2016-10-27net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim
2016-10-27flow_dissector: fix vlan tag handlingArnd Bergmann
2016-10-27net: ipv6: Do not consider link state for nexthop validationDavid Ahern
2016-10-27net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet
2016-10-26sctp: fix the panic caused by route updateXin Long
2016-10-26cfg80211: process events caused by suspend before suspendingJohannes Berg
2016-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2016-10-23net: sctp, forbid negative lengthJiri Slaby
2016-10-23ipv6: do not increment mac header when it's unsetJason A. Donenfeld
2016-10-22ipv4: use the right lock for ping_group_rangeWANG Cong
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Paul Moore
2016-10-21ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong
2016-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-10-21batman-adv: fix splat on disabling an interfaceLinus Lüssing
2016-10-20ipv4: disable BH in set_ping_group_range()Eric Dumazet