summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal4-130/+89
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal4-342/+83
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal4-50/+25
2016-06-24netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal1-35/+24
2016-06-24netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal1-35/+24
2016-06-24netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal1-46/+36
2016-06-24netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal1-2/+2
2016-06-24netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal1-5/+76
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal4-8/+24
2016-06-24netfilter: x_tables: check standard target size tooFlorian Westphal1-0/+15
2016-06-24netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal4-3/+28
2016-06-24netfilter: x_tables: assert minimum target sizeFlorian Westphal1-0/+3
2016-06-24netfilter: x_tables: kill check_entry helperFlorian Westphal3-35/+24
2016-06-24netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal4-32/+37
2016-06-24netfilter: x_tables: validate targets of jumpsFlorian Westphal3-0/+48
2016-06-24netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal3-3/+13
2016-06-24wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti1-2/+23
2016-06-24ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki1-8/+3
2016-06-24l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault1-1/+1
2016-06-24bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita1-0/+2
2016-06-24tcp: record TLP and ER timer stats in v6 statsYuchung Cheng1-1/+3
2016-06-24net: hwbm: Fix unbalanced spinlock in error caseGregory CLEMENT1-0/+3
2016-06-24ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2-4/+8
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2-2/+2
2016-06-24switchdev: pass pointer to fib_info instead of copyJiri Pirko1-4/+2
2016-06-24tipc: fix nametable publication field in nl compatRichard Alpe1-1/+1
2016-06-24netlink: Fix dump skb leak/double freeHerbert Xu1-2/+5
2016-06-24tipc: check nl sock before parsing nested attributesRichard Alpe1-0/+3
2016-06-07Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination addressGlenn Ruben Bakke1-7/+4
2016-06-07sunrpc: fix stripping of padded MIC tokensTomáš Trnka1-2/+2
2016-06-07batman-adv: Fix double neigh_node_put in batadv_v_ogm_route_updateSven Eckelmann1-1/+3
2016-05-14net/route: enforce hoplimit max valuePaolo Abeni2-0/+4
2016-05-14nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds1-1/+3
2016-05-11gre: do not keep the GRE header around in collect medata modeJiri Benc1-1/+6
2016-05-11openvswitch: Fix cached ct with helper.Joe Stringer1-0/+13
2016-05-10net sched: ife action fix late bindingJamal Hadi Salim1-4/+10
2016-05-10net sched: skbedit action fix late bindingJamal Hadi Salim1-7/+11
2016-05-10net sched: simple action fix late bindingJamal Hadi Salim1-6/+12
2016-05-10net sched: mirred action fix late bindingJamal Hadi Salim1-6/+13
2016-05-10net sched: ipt action fix late bindingJamal Hadi Salim1-7/+12
2016-05-10net sched: vlan action fix late bindingJamal Hadi Salim1-6/+16
2016-05-10tcp: refresh skb timestamp at retransmit timeEric Dumazet1-2/+4
2016-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-1/+4
2016-05-09net: fix a kernel infoleak in x25 moduleKangjie Lu1-0/+1
2016-05-06udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2-3/+9
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme1-2/+0
2016-05-06net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern2-4/+8
2016-05-06bridge: fix igmp / mld query parsingLinus Lüssing1-5/+7
2016-05-05net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov1-2/+3
2016-05-05VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell1-20/+1