summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* dctcp: update cwnd on congestion eventFlorian Westphal2016-11-161-1/+8
* udplite: fix NULL pointer dereferencePaolo Abeni2016-11-153-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-1554-249/+469
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-1444-184/+357
| |\
| | * sctp: change sk state only when it has assocs in sctp_shutdownXin Long2016-11-141-8/+7Star
| | * tcp: take care of truncations done by sk_filter()Eric Dumazet2016-11-132-3/+22
| | * ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin2016-11-131-1/+3
| | * net: __skb_flow_dissect() must cap its return valueEric Dumazet2016-11-131-3/+8
| | * bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2016-11-132-19/+66
| | * ipv4: update comment to document GSO fragmentation cases.Lance Richardson2016-11-101-5/+11
| | * net: tcp response should set oif only if it is L3 masterDavid Ahern2016-11-102-3/+8
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-11-1012-40/+108
| | |\
| | | * netfilter: nf_tables: fix oops when inserting an element into a verdict mapLiping Zhang2016-11-081-0/+1
| | | * netfilter: conntrack: refine gc worker heuristicsFlorian Westphal2016-11-081-8/+41
| | | * netfilter: conntrack: fix CT target for UNSPEC helpersFlorian Westphal2016-11-081-3/+8
| | | * netfilter: connmark: ignore skbs with magic untracked conntrack objectsFlorian Westphal2016-11-081-2/+2
| | | * ipvs: use IPVS_CMD_ATTR_MAX for family.maxattrWANG Cong2016-11-081-1/+1
| | | * netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang2016-10-312-4/+8
| | | * netfilter: nf_tables: destroy the set if fail to add transactionLiping Zhang2016-10-311-1/+3
| | | * netfilter: ip_vs_sync: fix bogus maybe-uninitialized warningArnd Bergmann2016-10-281-2/+5
| | | * netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville2016-10-271-1/+1
| | | * netfilter: nf_conntrack_sip: extend request line validationUlrich Weber2016-10-271-1/+4
| | | * netfilter: nf_tables: fix race when create new element in dynsetLiping Zhang2016-10-271-3/+12
| | | * netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang2016-10-274-14/+19
| | | * netfilter: nft_dynset: fix panic if NFT_SET_HASH is not enabledLiping Zhang2016-10-271-0/+3
| | * | rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause2016-11-101-0/+1
| | * | net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern2016-11-101-2/+2
| | * | 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
| | |/ /