summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal
2016-06-24netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal
2016-06-24netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal
2016-06-24netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal
2016-06-24netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal
2016-06-24netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal
2016-06-24netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal
2016-06-24netfilter: x_tables: check for bogus target offsetFlorian Westphal
2016-06-24netfilter: x_tables: check standard target size tooFlorian Westphal
2016-06-24netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal
2016-06-24netfilter: x_tables: assert minimum target sizeFlorian Westphal
2016-06-24netfilter: x_tables: kill check_entry helperFlorian Westphal
2016-06-24netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal
2016-06-24netfilter: x_tables: validate targets of jumpsFlorian Westphal
2016-06-24netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal
2016-06-24netfilter: x_tables: fix unconditional helperFlorian Westphal
2016-06-24netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal
2016-06-24netfilter: x_tables: validate e->target_offset earlyFlorian Westphal
2016-06-24wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti
2016-06-24vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg
2016-06-24ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki
2016-06-24l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault
2016-06-24bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita
2016-06-24tcp: record TLP and ER timer stats in v6 statsYuchung Cheng
2016-06-24udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa
2016-06-24switchdev: pass pointer to fib_info instead of copyJiri Pirko
2016-06-24tipc: fix nametable publication field in nl compatRichard Alpe
2016-06-24netlink: Fix dump skb leak/double freeHerbert Xu
2016-06-24tipc: check nl sock before parsing nested attributesRichard Alpe
2016-06-07sunrpc: fix stripping of padded MIC tokensTomáš Trnka
2016-05-18nf_conntrack: avoid kernel pointer value leak in slab nameLinus Torvalds
2016-05-18net/route: enforce hoplimit max valuePaolo Abeni
2016-05-18tcp: refresh skb timestamp at retransmit timeEric Dumazet
2016-05-18net: fix a kernel infoleak in x25 moduleKangjie Lu
2016-05-18bridge: fix igmp / mld query parsingLinus Lüssing
2016-05-18net: bridge: fix old ioctl unlocked net device walkNikolay Aleksandrov
2016-05-18VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell
2016-05-18net: fix infoleak in rtnetlinkKangjie Lu
2016-05-18net: fix infoleak in llcKangjie Lu
2016-05-18netem: Segment GSO packets on enqueueNeil Horman
2016-05-18sch_dsmark: update backlog as wellWANG Cong
2016-05-18sch_htb: update backlog as wellWANG Cong
2016-05-18net_sched: update hierarchical backlog tooWANG Cong
2016-05-18net_sched: introduce qdisc_replace() helperWANG Cong
2016-05-18gre: do not pull header in ICMP error processingJiri Benc
2016-05-18ipv4/fib: don't warn when primary address is missing if in_dev is deadPaolo Abeni
2016-05-18openvswitch: use flow protocol when recalculating ipv6 checksumsSimon Horman
2016-05-18vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann
2016-05-18net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann