summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-11-08tunnels: Remove encapsulation offloads on decap.Jesse Gross2-3/+5
2016-10-07NFS: Don't drop CB requests with invalid principalsChuck Lever1-0/+5
2016-10-07svc: Avoid garbage replies when pc_func() returns rpc_drop_replyChuck Lever1-1/+2
2016-10-06net: caif: fix misleading indentationArnd Bergmann1-1/+1
2016-09-29ipvs: count pre-established TCP states as activeMichal Kubecek1-2/+23
2016-09-29net: disable fragment reassembly if high_thresh is set to zeroMichal Kubecek3-0/+11
2016-09-29ipv6: release dst in ping_v6_sendmsgDave Jones1-2/+7
2016-09-29net: ratelimit warnings about dst entry refcount underflow or overflowKonstantin Khlebnikov1-1/+3
2016-09-29bonding: Fix bonding crashMahesh Bandewar1-0/+16
2016-09-29tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet2-2/+14
2016-09-29net/irda: handle iriap_register_lsap() allocation failureVegard Nossum1-2/+6
2016-09-29Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"Johannes Berg1-23/+2
2016-09-21mac80211: fix purging multicast PS buffer queueFelix Fietkau2-4/+4
2016-08-19netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore1-2/+10
2016-08-19Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński1-1/+1
2016-08-19tcp: consider recv buf for the initial window scaleSoheil Hassas Yeganeh1-1/+2
2016-08-19net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-08-19tcp: make challenge acks less predictableEric Dumazet1-4/+9
2016-08-19random32: add prandom_u32_max and convert open coded usersDaniel Borkmann2-9/+2
2016-08-19libceph: apply new_state before new_up_client on incrementalsIlya Dryomov1-44/+108
2016-08-19libceph: set 'exists' flag for newly up osdYan, Zheng1-1/+1
2016-08-19netfilter: x_tables: speed up jump target validationFlorian Westphal4-67/+123
2016-07-22netfilter: x_tables: validate targets of jumpsFlorian Westphal3-0/+51
2016-07-21rds: fix an infoleak in rds_inc_info_copyKangjie Lu1-0/+2
2016-07-21Bridge: Fix ipv6 mc snooping if bridge has no ipv6 addressdaniel2-5/+24
2016-07-21mac80211: mesh: flush mesh paths unconditionallyBob Copeland1-0/+4
2016-07-21ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2-1/+4
2016-07-21sit: correct IP protocol used in ipip6_errSimon Horman1-2/+2
2016-07-21netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal4-130/+89
2016-07-21Revert "netfilter: ensure number of counters is >0 in do_replace()"Bernhard Thaler1-4/+0
2016-07-21netfilter: x_tables: do compat validation via translate_tableFlorian Westphal4-333/+80
2016-07-21netfilter: ensure number of counters is >0 in do_replace()Dave Jones4-0/+22
2016-07-21netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal4-50/+25
2016-07-21netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal1-36/+25
2016-07-21netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal1-36/+25
2016-07-21netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal1-46/+36
2016-07-21netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal1-2/+2
2016-07-21netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal1-5/+76
2016-07-21netfilter: x_tables: check for bogus target offsetFlorian Westphal4-8/+24
2016-07-21netfilter: x_tables: check standard target size tooFlorian Westphal1-0/+15
2016-07-21netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal4-3/+28
2016-07-21netfilter: x_tables: assert minimum target sizeFlorian Westphal1-0/+3
2016-07-21netfilter: x_tables: kill check_entry helperFlorian Westphal3-35/+24
2016-07-21netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal4-32/+37
2016-07-18netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal3-3/+13
2016-07-18wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti1-2/+23
2016-07-12ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki1-10/+3
2016-07-12tcp: record TLP and ER timer stats in v6 statsYuchung Cheng1-1/+3
2016-07-12udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2-2/+2
2016-07-12netlink: Fix dump skb leak/double freeHerbert Xu1-2/+5