summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh2016-08-161-1/+2
* net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-08-161-2/+5
* net: ipv6: Always leave anycast and multicast groups on link downMike Manning2016-08-161-0/+4
* bridge: Fix incorrect re-injection of LLDP packetsIdo Schimmel2016-08-161-0/+18
* vlan: use a valid default mtu value for vlan over macsecPaolo Abeni2016-08-162-6/+11
* tcp: enable per-socket rate limiting of all 'challenge acks'Jason Baron2016-08-161-17/+22
* tcp: make challenge acks less predictableEric Dumazet2016-08-161-5/+10
* cfg80211: handle failed skb allocationGregory Greenman2016-08-101-0/+2
* libceph: apply new_state before new_up_client on incrementalsIlya Dryomov2016-08-101-43/+113
* RDS: fix rds_tcp_init() error pathVegard Nossum2016-08-101-2/+3
* 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