summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net-ipv6: on device mtu change do not add mtu to mtu-less routesMaciej Żenczykowski2016-11-091-0/+1
* sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh2016-11-091-0/+2
* fib_trie: Correct /proc/net/route off by one errorAlexander Duyck2016-11-081-12/+9Star
* net: icmp6_send should use dst dev to determine L3 domainDavid Ahern2016-11-081-1/+1
* sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner2016-11-071-2/+5
* genetlink: fix a memory leak on error pathWANG Cong2016-11-031-1/+3
* ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet2016-11-031-0/+1
* ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet2016-11-031-7/+8
* netlink: netlink_diag_dump() runs without locksEric Dumazet2016-11-031-4/+1Star
* dccp: fix out of bound access in dccp_v4_err()Eric Dumazet2016-11-031-6/+8
* dccp: do not send reset to already closed socketsEric Dumazet2016-11-031-0/+4
* dccp: do not release listeners too soonEric Dumazet2016-11-033-4/+6
* tcp: fix return value for partial writesEric Dumazet2016-11-031-1/+1
* ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson2016-11-034-17/+4Star
* tcp: fix potential memory corruptionEric Dumazet2016-11-031-1/+1
* inet: fix sleeping inside inet_wait_for_connect()WANG Cong2016-11-031-5/+4Star
* ip6_udp_tunnel: remove unused IPCB related codesEli Cooper2016-11-021-3/+0Star
* unix: escape all null bytes in abstract unix domain socketIsaac Boukris2016-11-011-1/+2
* Merge tag 'linux-can-fixes-for-4.9-20161031' of git://git.kernel.org/pub/scm/...David S. Miller2016-11-011-9/+23
|\
| * can: bcm: fix warning in bcm_connect/proc_registerOliver Hartkopp2016-10-311-9/+23
* | sctp: hold transport instead of assoc when lookup assoc in rx pathXin Long2016-10-312-17/+17
* | sctp: return back transport in __sctp_rcv_init_lookupXin Long2016-10-311-2/+1Star
* | sctp: hold transport instead of assoc in sctp_diagXin Long2016-10-311-4/+1Star
|/
* net: mangle zero checksum in skb_checksum_help()Eric Dumazet2016-10-311-1/+1
* net: clear sk_err_soft in sk_clone_lock()Eric Dumazet2016-10-311-0/+1
* dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal2016-10-311-1/+12
* ipv6: add mtu lock check in __ip6_rt_update_pmtuXin Long2016-10-311-0/+3
* ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki2016-10-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-3085-412/+675
|\
| * tipc: fix broadcast link synchronization problemJon Paul Maloy2016-10-296-6/+33
| * rds: debug messages are enabled by defaultshamir rabinovitch2016-10-292-2/+2
| * Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-10-291-1/+4
| |\
| | * cfg80211: process events caused by suspend before suspendingJohannes Berg2016-10-261-1/+4
| * | Merge tag 'batadv-net-for-davem-20161026' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-10-293-3/+2Star
| |\ \
| | * | batman-adv: fix splat on disabling an interfaceLinus Lüssing2016-10-211-1/+0Star
| | * | batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALLSven Eckelmann2016-10-171-1/+1
| | * | batman-adv: Modify neigh_list only with rcu-list functionsSven Eckelmann2016-10-171-1/+1
| * | | packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn2016-10-292-5/+5
| * | | net_sched actions: use nla_parse_nested()Johannes Berg2016-10-291-2/+1Star
| * | | ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper2016-10-291-0/+1
| * | | inet: Fix missing return value in inet6_hashCraig Gallek2016-10-291-2/+4
| * | | sctp: validate chunk len before actually using itMarcelo Ricardo Leitner2016-10-291-6/+6
| * | | net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim2016-10-271-1/+2
| * | | flow_dissector: fix vlan tag handlingArnd Bergmann2016-10-271-5/+5
| * | | net: ipv6: Do not consider link state for nexthop validationDavid Ahern2016-10-271-2/+4
| * | | net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern2016-10-271-20/+48
| * | | udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-263-7/+9
| * | | sctp: fix the panic caused by route updateXin Long2016-10-261-1/+7
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-10-233-35/+42
| |\ \ \
| | * | | Bluetooth: Fix append max 11 bytes of name to scan rsp dataMichał Narajowski2016-10-193-35/+42