summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'batadv-net-for-davem-20161119' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-11-192-0/+2
|\
| * batman-adv: Detect missing primaryif during tp_send as errorSven Eckelmann2016-11-041-0/+1
| * batman-adv: Revert "fix splat on disabling an interface"Sven Eckelmann2016-11-041-0/+1
* | rtnetlink: fix FDB size computationSabrina Dubroca2016-11-181-1/+4
* | Merge tag 'mac80211-for-davem-2016-11-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-11-186-6/+99
|\ \
| * | cfg80211: limit scan results cache sizeJohannes Berg2016-11-182-0/+70
| * | mac80211: fix A-MSDU aggregation with fast-xmit + txqFelix Fietkau2016-11-151-1/+5
| * | mac80211: remove bogus skb vif assignmentFelix Fietkau2016-11-151-3/+0
| * | mac80211: update A-MPDU flag on tx dequeueFelix Fietkau2016-11-151-0/+5
| * | cfg80211: add bitrate for 20MHz MCS 9Pedersen, Thomas2016-11-151-1/+2
| * | Revert "mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE"Felix Fietkau2016-11-151-1/+1
| * | mac80211: Ignore VHT IE from peer with wrong rx_mcs_mapFilip Matusiak2016-11-151-0/+16
* | | af_unix: conditionally use freezable blocking calls in readWANG Cong2016-11-181-6/+11
* | | net sched filters: pass netlink message flags in event notificationRoman Mashak2016-11-171-2/+3
* | | ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2016-11-171-2/+11
* | | net: check dead netns for peernet2id_alloc()WANG Cong2016-11-171-0/+2
* | | ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck2016-11-161-1/+3
* | | ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck2016-11-162-5/+80
* | | rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca2016-11-151-1/+2
* | | rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca2016-11-151-5/+7
* | | udp: restore UDPlite many-cast deliveryPablo Neira2016-11-152-6/+6
* | | igmp: do not remove igmp souce list info when set link downHangbin Liu2016-11-151-14/+36
* | | 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/+7
| * | | 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-121-3/+8
| * | | bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2016-11-122-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-092-3/+8
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-11-0912-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-091-0/+1
| * | | | net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern2016-11-091-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-071-12/+9
| * | | | net: icmp6_send should use dst dev to determine L3 domainDavid Ahern2016-11-071-1/+1
OpenPOWER on IntegriCloud