summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-08-22Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler1-4/+0
2016-08-22netfilter: ensure number of counters is >0 in do_replace()Dave Jones4-0/+22
2016-08-22netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal4-130/+89
2016-08-22netfilter: x_tables: do compat validation via translate_tableFlorian Westphal4-334/+80
2016-08-22netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal4-50/+25
2016-08-22netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal1-36/+25
2016-08-22netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal1-36/+24
2016-08-22netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal1-46/+36
2016-08-22netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal1-2/+2
2016-08-22netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal1-5/+76
2016-08-22netfilter: x_tables: check for bogus target offsetFlorian Westphal4-8/+24
2016-08-22netfilter: x_tables: check standard target size tooFlorian Westphal1-0/+15
2016-08-22netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal4-3/+28
2016-08-22netfilter: x_tables: assert minimum target sizeFlorian Westphal1-0/+3
2016-08-22netfilter: x_tables: kill check_entry helperFlorian Westphal3-35/+24
2016-08-22netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal4-32/+37
2016-08-22netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal3-3/+13
2016-08-22tcp: make challenge acks less predictableEric Dumazet1-4/+9
2016-08-22rds: fix an infoleak in rds_inc_info_copyKangjie Lu1-0/+2
2016-08-22tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu1-1/+2
2016-08-22batman-adv: Clean up untagged vlan when destroying via rtnl-linkSven Eckelmann1-0/+9
2016-08-22batman-adv: Fix ICMP RR ethernet access after skb_linearizeSven Eckelmann1-0/+1
2016-08-22batman-adv: Fix double-put of vlan objectBen Hutchings1-1/+0
2016-08-22batman-adv: Fix use-after-free/double-free of tt_req_nodeSven Eckelmann2-5/+39
2016-08-22batman-adv: replace WARN with rate limited output on non-existing VLANSimon Wunderlich1-2/+4
2016-08-22batman-adv: Fix memory leak on tt add with invalid vlanSven Eckelmann1-1/+4
2016-08-22Bridge: Fix ipv6 mc snooping if bridge has no ipv6 addressdaniel2-5/+24
2016-08-22mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen1-2/+5
2016-08-22net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet1-0/+4
2016-08-22netem: fix a use after freeEric Dumazet1-6/+6
2016-08-22net_sched: update hierarchical backlog tooWANG Cong19-47/+84
2016-08-22net_sched: introduce qdisc_replace() helperWANG Cong12-78/+12
2016-08-22ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa1-1/+1
2016-08-22tcp: record TLP and ER timer stats in v6 statsYuchung Cheng1-1/+3
2016-08-22mac80211: mesh: flush mesh paths unconditionallyBob Copeland1-0/+4
2016-08-22sunrpc: fix stripping of padded MIC tokensTomáš Trnka1-2/+2
2016-08-22batman-adv: Fix integer overflow in batadv_iv_ogm_calc_tqSven Eckelmann1-2/+3
2016-08-22batman-adv: Fix unexpected free of bcast_own on add_if errorSven Eckelmann1-3/+1
2016-08-22batman-adv: fix skb deref after freeFlorian Westphal1-1/+3
2016-08-22netlink: Fix dump skb leak/double freeHerbert Xu1-2/+5
2016-08-22ipv6, token: allow for clearing the current device tokenDaniel Borkmann1-4/+6
2016-06-15net: fix a kernel infoleak in x25 moduleKangjie Lu1-0/+1
2016-06-15net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2016-06-15net: fix infoleak in llcKangjie Lu1-0/+1
2016-06-15nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds1-1/+3
2016-06-15batman-adv: Fix reference counting of vlan object for tt_local_entrySven Eckelmann2-39/+7
2016-06-15batman-adv: fix DAT candidate selection (must use vid)Antonio Quartulli1-7/+10
2016-06-15batman-adv: Fix invalid stack access in batadv_dat_select_candidatesSven Eckelmann1-1/+4
2016-06-15libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov6-55/+55
2016-06-15libceph: kfree() in put_osd() shouldn't depend on authorizerIlya Dryomov1-2/+3