summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-2123-103/+278
|\
| * tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal2016-11-211-1/+3
| * net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng2016-11-211-1/+1
| * tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy2016-11-191-47/+1
| * rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju2016-11-191-1/+1
| * l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2016-11-192-4/+6
| * 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 tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-11-183-10/+28
|\ \ \ \
| * | | | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew2016-11-143-10/+28
* | | | | xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher2016-11-171-0/+15
| |/ / / |/| | |
* | | | 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
OpenPOWER on IntegriCloud