Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-09-22 | 30 | -94/+209 | |
| | | |\ \ \ | ||||||
| | | | * | | | tcp: properly account Fast Open SYN-ACK retrans | Yuchung Cheng | 2016-09-22 | 3 | -1/+4 | |
| | | | * | | | tcp: fix under-accounting retransmit SNMP counters | Yuchung Cheng | 2016-09-22 | 1 | -1/+1 | |
| | | | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2016-09-22 | 6 | -14/+48 | |
| | | | |\ \ \ | ||||||
| | | | | * | | | vti6: fix input path | Nicolas Dichtel | 2016-09-21 | 3 | -9/+13 | |
| | | | | * | | | xfrm: Fix memory leak of aead algorithm name | Ilan Tayari | 2016-09-19 | 1 | -0/+1 | |
| | | | | * | | | vti: use right inner_mode for inbound inter address family policy checks | thomas.zeitlhofer+lkml@ze-it.at | 2016-09-09 | 2 | -2/+28 | |
| | | | | * | | | xfrm_user: propagate sec ctx allocation errors | Mathias Krause | 2016-09-09 | 1 | -3/+6 | |
| | | | * | | | | net: get rid of an signed integer overflow in ip_idents_reserve() | Eric Dumazet | 2016-09-22 | 1 | -2/+8 | |
| | | | * | | | | ipmr, ip6mr: return lastuse relative to now | Nikolay Aleksandrov | 2016-09-21 | 2 | -4/+10 | |
| | | | * | | | | net: ipv6: fallback to full lookup if table lookup is unsuitable | Vincent Bernat | 2016-09-20 | 1 | -1/+10 | |
| | | | * | | | | Merge tag 'mac80211-for-davem-2016-09-16' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2016-09-19 | 3 | -3/+16 | |
| | | | |\ \ \ \ | ||||||
| | | | | * | | | | mac80211: reject TSPEC TIDs (TSIDs) for aggregation | Johannes Berg | 2016-09-15 | 2 | -1/+10 | |
| | | | | * | | | | mac80211: check skb_linearize() return value | Johannes Berg | 2016-09-14 | 1 | -2/+6 | |
| | | | * | | | | | irda: Free skb on irda_accept error path. | phil.turnbull@oracle.com | 2016-09-17 | 1 | -3/+2 | |
| | | | * | | | | | tcp: fix overflow in __tcp_retransmit_skb() | Eric Dumazet | 2016-09-17 | 1 | -1/+2 | |
| | | | * | | | | | net: VRF: Pass original iif to ip_route_input() | Mark Tomlinson | 2016-09-16 | 1 | -2/+3 | |
| | | | * | | | | | Merge tag 'batadv-net-for-davem-20160914' of git://git.open-mesh.org/linux-merge | David S. Miller | 2016-09-16 | 2 | -2/+28 | |
| | | | |\ \ \ \ \ | ||||||
| | | | | * | | | | | batman-adv: fix elp packet data reservation | Linus Lüssing | 2016-08-26 | 1 | -1/+1 | |
| | | | | * | | | | | batman-adv: Add missing refcnt for last_candidate | Sven Eckelmann | 2016-08-26 | 1 | -1/+27 | |
| | | | * | | | | | | Merge tag 'mac80211-for-davem-2016-09-13' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2016-09-16 | 5 | -37/+39 | |
| | | | |\ \ \ \ \ \ | | | | | | |/ / / / | | | | | |/| | | | | ||||||
| | | | | * | | | | | nl80211: validate number of probe response CSA counters | Johannes Berg | 2016-09-13 | 1 | -1/+1 | |
| | | | | * | | | | | mac80211: make mpath path fixing more robust | Pedersen, Thomas | 2016-09-12 | 2 | -2/+3 | |
| | | | | * | | | | | mac80211: fix sequence number assignment for PS response frames | Felix Fietkau | 2016-09-12 | 1 | -32/+33 | |
| | | | | * | | | | | mac80211: fix tim recalculation after PS response | Felix Fietkau | 2016-09-12 | 1 | -2/+2 | |
| | | | * | | | | | | sctp: hold the transport before using it in sctp_hash_cmp | Xin Long | 2016-09-13 | 1 | -10/+17 | |
| | | | * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2016-09-13 | 5 | -13/+21 | |
| | | | |\ \ \ \ \ \ | ||||||
| | | | | * | | | | | | netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions | Gao Feng | 2016-09-13 | 2 | -4/+5 | |
| | | | | * | | | | | | netfilter: nf_nat: handle NF_DROP from nfnetlink_parse_nat_setup() | Pablo Neira Ayuso | 2016-09-12 | 1 | -1/+1 | |
| | | | | * | | | | | | netfilter: nft_chain_route: re-route before skb is queued to userspace | Liping Zhang | 2016-09-06 | 2 | -7/+14 | |
| | | | | * | | | | | | netfilter: nf_tables_trace: fix endiness when dump chain policy | Liping Zhang | 2016-09-05 | 1 | -1/+1 | |
| | | * | | | | | | | | cgroup: duplicate cgroup reference when cloning sockets | Johannes Weiner | 2016-09-20 | 1 | -1/+4 | |
| | | * | | | | | | | | Merge tag 'nfsd-4.8-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2016-09-17 | 1 | -2/+3 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation") | Chuck Lever | 2016-09-12 | 1 | -2/+3 | |
| | | * | | | | | | | | | Merge tag 'nfs-for-4.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2016-09-12 | 3 | -14/+34 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / | | | |/| | | | | | | | | ||||||
| | | | * | | | | | | | | xprtrdma: Fix receive buffer accounting | Chuck Lever | 2016-09-06 | 2 | -12/+30 | |
| | | | * | | | | | | | | xprtrdma: Revert 3d4cf35bd4fa ("xprtrdma: Reply buffer exhaustion...") | Chuck Lever | 2016-09-06 | 1 | -5/+7 | |
| | | | * | | | | | | | | sunrpc: fix UDP memory accounting | Paolo Abeni | 2016-09-03 | 1 | -1/+1 | |
| | * | | | | | | | | | | Merge tag 'rxrpc-rewrite-20160922-v2' of git://git.kernel.org/pub/scm/linux/k... | David S. Miller | 2016-09-22 | 11 | -130/+324 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | rxrpc: Reduce the number of PING ACKs sent | David Howells | 2016-09-22 | 2 | -3/+6 | |
| | | * | | | | | | | | | rxrpc: Reduce the number of ACK-Requests sent | David Howells | 2016-09-22 | 4 | -4/+13 | |
| | | * | | | | | | | | | rxrpc: Obtain RTT data by requesting ACKs on DATA packets | David Howells | 2016-09-22 | 7 | -20/+57 | |
| | | * | | | | | | | | | rxrpc: Expedite ping response transmission | David Howells | 2016-09-22 | 1 | -0/+4 | |
| | | * | | | | | | | | | rxrpc: Send pings to get RTT data | David Howells | 2016-09-22 | 4 | -8/+80 | |
| | | * | | | | | | | | | rxrpc: Add per-peer RTT tracker | David Howells | 2016-09-22 | 3 | -4/+70 | |
| | | * | | | | | | | | | rxrpc: Add re-sent Tx annotation | David Howells | 2016-09-22 | 3 | -12/+32 | |
| | | * | | | | | | | | | rxrpc: Don't store the rxrpc header in the Tx queue sk_buffs | David Howells | 2016-09-22 | 6 | -88/+71 | |
| | * | | | | | | | | | | sctp: make use of SCTP_TRUNC4 macro | Marcelo Ricardo Leitner | 2016-09-22 | 1 | -3/+4 | |
| | * | | | | | | | | | | sctp: rename WORD_TRUNC/ROUND macros | Marcelo Ricardo Leitner | 2016-09-22 | 10 | -37/+37 | |
| | * | | | | | | | | | | tcp: implement TSQ for retransmits | Eric Dumazet | 2016-09-22 | 1 | -25/+47 |