summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: Add option to report the bss entry in connect resultKanchanapally, Vidyullatha2016-04-263-7/+24
* cfg80211/nl80211: Add support for NL80211_STA_INFO_RX_DURATIONMohammed Shafi Shajakhan2016-04-261-1/+2
* codel: split into multiple filesMichal Kazior2016-04-252-0/+4
* codel: generalize the implementationMichal Kazior2016-04-252-7/+32
* net: better drop monitoring in ip{6}_recv_error()Eric Dumazet2016-04-252-10/+10
* tcp: SYN packets are now simply consumedEric Dumazet2016-04-251-18/+1Star
* wireless: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-36/+55
* netfilter/ipvs: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-12/+24
* ieee802154: use nla_put_u64_64bit()Nicolas Dichtel2016-04-252-7/+13
* l2tp: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-32/+48
* bridge: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-26/+36
* ovs: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-1/+2
* ipv6: use nla_put_u64_64bit()Nicolas Dichtel2016-04-252-7/+11
* sched: use nla_put_u64_64bit()Nicolas Dichtel2016-04-253-5/+10
* rtnl: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-18/+18
* soreuseport: Resolve merge conflict for v4/v6 ordering fixCraig Gallek2016-04-251-1/+5
* tcp-tso: do not split TSO packets at retransmit timeEric Dumazet2016-04-243-38/+32Star
* tipc: fix stale links after re-enabling bearerParthasarathy Bhuvaragan2016-04-241-2/+1Star
* tcp: Merge txstamp_ack in tcp_skb_collapse_tstampMartin KaFai Lau2016-04-241-0/+2
* tcp: Carry txstamp_ack in tcp_fragment_tstampMartin KaFai Lau2016-04-241-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-04-2411-814/+578Star
|\
| * netfilter: conntrack: don't acquire lock during seq_printfFlorian Westphal2016-04-192-14/+2Star
| * netfilter: ctnetlink: restore inlining for netlink message size calculationPablo Neira Ayuso2016-04-181-5/+5
| * netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'Florian Westphal2016-04-184-6/+9
| * netfilter: labels: don't emit ct event if labels were not changedFlorian Westphal2016-04-181-6/+10
| * netfilter: connlabels: move helpers to xt_connlabelFlorian Westphal2016-04-182-19/+12Star
| * netfilter: ctnetlink: remove unnecessary inliningPablo Neira Ayuso2016-04-141-69/+48Star
| * netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal2016-04-144-130/+89Star
| * netfilter: x_tables: remove obsolete checkFlorian Westphal2016-04-143-22/+0Star
| * netfilter: x_tables: remove obsolete overflow check for compat case tooFlorian Westphal2016-04-143-6/+0Star
| * netfilter: x_tables: do compat validation via translate_tableFlorian Westphal2016-04-144-342/+83Star
| * netfilter: x_tables: xt_compat_match_from_user doesn't need a retvalFlorian Westphal2016-04-144-50/+25Star
| * netfilter: arp_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-46/+36Star
| * netfilter: ip6_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-35/+24Star
| * netfilter: ip_tables: simplify translate_compat_table argsFlorian Westphal2016-04-141-35/+24Star
| * netfilter: x_tables: validate all offsets and sizes in a ruleFlorian Westphal2016-04-141-5/+76
| * netfilter: x_tables: check for bogus target offsetFlorian Westphal2016-04-144-8/+24
| * netfilter: x_tables: check standard target size tooFlorian Westphal2016-04-141-0/+15
| * netfilter: x_tables: add compat version of xt_check_entry_offsetsFlorian Westphal2016-04-144-3/+28
| * netfilter: x_tables: assert minimum target sizeFlorian Westphal2016-04-141-0/+3
| * netfilter: x_tables: kill check_entry helperFlorian Westphal2016-04-143-35/+24Star
| * netfilter: x_tables: add and use xt_check_entry_offsetsFlorian Westphal2016-04-144-32/+37
| * netfilter: x_tables: validate targets of jumpsFlorian Westphal2016-04-143-0/+48
| * netfilter: x_tables: don't move to non-existent next ruleFlorian Westphal2016-04-143-3/+13
* | xfrm: align nlattr properly when neededNicolas Dichtel2016-04-241-4/+6
* | libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-243-12/+16
* | libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-2411-34/+60
* | libnl: nla_put_le64(): align on a 64-bit areaNicolas Dichtel2016-04-241-5/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-2431-136/+306
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-2129-133/+298
| |\ \