summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2016-11-10netfilter: xt_NFLOG: fix unexpected truncated packetLiping Zhang
2016-11-10mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg
2016-10-28sunrpc: fix write space race causing stallsDavid Vrabel
2016-09-30sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long
2016-09-30sctp: change to check peer prsctp_capable when using prsctp policesXin Long
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long
2016-09-27act_ife: Fix false encodingYotam Gigi
2016-09-27act_ife: Fix external mac header on encodeYotam Gigi
2016-09-27VSOCK: Don't dec ack backlog twice for rejected connectionsJorgen Hansen
2016-09-25ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-09-24ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson
2016-09-23tcp: fix a compile error in DBGUNDO()Eric Dumazet
2016-09-23tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos
2016-09-23sch_sfb: keep backlog updated with qlenWANG Cong
2016-09-23sch_qfq: keep backlog updated with qlenWANG Cong
2016-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-09-22tcp: properly account Fast Open SYN-ACK retransYuchung Cheng
2016-09-22tcp: fix under-accounting retransmit SNMP countersYuchung Cheng
2016-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-09-22net: get rid of an signed integer overflow in ip_idents_reserve()Eric Dumazet
2016-09-21vti6: fix input pathNicolas Dichtel
2016-09-21ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov
2016-09-20net: ipv6: fallback to full lookup if table lookup is unsuitableVincent Bernat
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner
2016-09-19xfrm: Fix memory leak of aead algorithm nameIlan Tayari
2016-09-18Merge tag 'mac80211-for-davem-2016-09-16' of git://git.kernel.org/pub/scm/lin...David S. Miller
2016-09-17irda: Free skb on irda_accept error path.phil.turnbull@oracle.com
2016-09-17tcp: fix overflow in __tcp_retransmit_skb()Eric Dumazet
2016-09-16Merge tag 'nfsd-4.8-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-09-16net: VRF: Pass original iif to ip_route_input()Mark Tomlinson
2016-09-16Merge tag 'batadv-net-for-davem-20160914' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2016-09-16Merge tag 'mac80211-for-davem-2016-09-13' of git://git.kernel.org/pub/scm/lin...David S. Miller
2016-09-15mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg
2016-09-14mac80211: check skb_linearize() return valueJohannes Berg
2016-09-13nl80211: validate number of probe response CSA countersJohannes Berg
2016-09-13sctp: hold the transport before using it in sctp_hash_cmpXin Long
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-09-13netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensionsGao Feng
2016-09-12Merge tag 'nfs-for-4.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2016-09-12svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")Chuck Lever
2016-09-12netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup()Pablo Neira Ayuso
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-09-12mac80211: make mpath path fixing more robustPedersen, Thomas
2016-09-12mac80211: fix sequence number assignment for PS response framesFelix Fietkau
2016-09-12mac80211: fix tim recalculation after PS responseFelix Fietkau
2016-09-09sctp: identify chunks that need to be fragmented at IP levelMarcelo Ricardo Leitner
2016-09-09vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at
2016-09-09xfrm_user: propagate sec ctx allocation errorsMathias Krause
2016-09-08tcp: cwnd does not increase in TCP YeAHArtem Germanov
2016-09-08tcp: fastopen: avoid negative sk_forward_allocEric Dumazet