summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_unix: fix hard linked sockets on overlayMiklos Szeredi2016-07-271-3/+3
* ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau2016-07-271-0/+1
* net_sched: fix mirrored packets checksumWANG Cong2016-07-272-19/+1
* packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-272-1/+44
* rpc: share one xps between all backchannelsJ. Bruce Fields2016-07-273-4/+17
* SUNRPC: fix xprt leak on xps allocation failureJ. Bruce Fields2016-07-271-2/+3
* nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-07-271-2/+10
* cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC headerFelix Fietkau2016-07-271-1/+1
* mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen2016-07-271-2/+5
* mac80211: mesh: flush mesh paths unconditionallyBob Copeland2016-07-271-0/+4
* mac80211: fix fast_tx header alignmentFelix Fietkau2016-07-271-1/+1
* cfg80211: remove get/set antenna and tx power warningsJohannes Berg2016-07-271-2/+0
* AX.25: Close socket connection on session completionBasil Gunn2016-07-114-4/+12
* neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso2016-07-111-1/+5
* Bridge: Fix ipv6 mc snooping if bridge has no ipv6 addressdaniel2016-07-112-4/+23
* ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2016-07-112-1/+4
* netem: fix a use after freeEric Dumazet2016-07-111-6/+6
* esp: Fix ESN generation under UDP encapsulationHerbert Xu2016-07-111-20/+32
* kcm: fix /proc memory leakJiri Slaby2016-07-111-0/+1
* sit: correct IP protocol used in ipip6_errSimon Horman2016-07-111-2/+2
* act_ipt: fix a bind refcnt leakWANG Cong2016-07-111-2/+5
* net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet2016-07-111-0/+4
* netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-06-244-130/+89
* netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-06-244-342/+83
* netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-06-244-50/+25
* netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal2016-06-241-35/+24
* netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal2016-06-241-35/+24
* netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal2016-06-241-46/+36
* netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal2016-06-241-2/+2
* netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal2016-06-241-5/+76
* netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-06-244-8/+24
* netfilter: x_tables: check standard target size tooFlorian Westphal2016-06-241-0/+15
* netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-06-244-3/+28
* netfilter: x_tables: assert minimum target sizeFlorian Westphal2016-06-241-0/+3
* netfilter: x_tables: kill check_entry helperFlorian Westphal2016-06-243-35/+24
* netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-06-244-32/+37
* netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-06-243-0/+48
* netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-06-243-3/+13
* wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti2016-06-241-2/+23
* ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2016-06-241-8/+3
* l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault2016-06-241-1/+1
* bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita2016-06-241-0/+2
* tcp: record TLP and ER timer stats in v6 statsYuchung Cheng2016-06-241-1/+3
* net: hwbm: Fix unbalanced spinlock in error caseGregory CLEMENT2016-06-241-0/+3
* ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2016-06-242-4/+8
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2016-06-242-2/+2
* switchdev: pass pointer to fib_info instead of copyJiri Pirko2016-06-241-4/+2
* tipc: fix nametable publication field in nl compatRichard Alpe2016-06-241-1/+1
* netlink: Fix dump skb leak/double freeHerbert Xu2016-06-241-2/+5
* tipc: check nl sock before parsing nested attributesRichard Alpe2016-06-241-0/+3