summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* RDS: TCP: Make rds_tcp_connection track the rds_conn_pathSowmini Varadhan2016-07-015-42/+48
* RDS: TCP: Remove dead logic around c_passive in rds-tcpSowmini Varadhan2016-07-011-6/+1Star
* RDS: Rework path specific indirectionsSowmini Varadhan2016-07-0112-40/+29Star
* cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau2016-07-011-0/+38
* bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-015-36/+5Star
* net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang2016-07-012-5/+26
* net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys2016-07-011-1/+1
* net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys2016-07-011-16/+15Star
* net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys2016-07-011-8/+0Star
* net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys2016-07-011-1/+1
* net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...Michal Soltys2016-07-011-1/+10
* tcp: md5: use kmalloc() backed scratch areasEric Dumazet2016-07-013-30/+40
* fib_rules: Added NLM_F_EXCL support to fib_nl_newruleMateusz Bajorski2016-06-301-0/+49
* tcp: add an ability to dump and restore window parametersAndrey Vagin2016-06-301-0/+57
* net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov2016-06-308-46/+363
* net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov2016-06-302-5/+104
* bpf: add bpf_skb_change_type helperDaniel Borkmann2016-06-301-0/+24
* bpf: add bpf_skb_change_proto helperDaniel Borkmann2016-06-301-0/+200
* bpf: don't use raw processor id in generic helperDaniel Borkmann2016-06-301-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-3065-355/+465
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-2961-345/+433
| |\
| | * Merge tag 'mac80211-for-davem-2016-06-29-v2' of git://git.kernel.org/pub/scm/...David S. Miller2016-06-292-3/+6
| | |\
| | | * cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC headerFelix Fietkau2016-06-291-1/+1
| | | * mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen2016-06-281-2/+5
| | * | openvswitch: fix conntrack netlink event deliverySamuel Gauthier2016-06-291-2/+12
| | * | neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso2016-06-291-1/+5
| | * | net: bridge: fix vlan stats continue counterNikolay Aleksandrov2016-06-291-1/+1
| | * | tcp: do not send too big packets at retransmit timeEric Dumazet2016-06-291-1/+6
| | * | batman-adv: Clean up untagged vlan when destroying via rtnl-linkSven Eckelmann2016-06-291-0/+9
| | * | batman-adv: Fix ICMP RR ethernet access after skb_linearizeSven Eckelmann2016-06-291-0/+1
| | * | batman-adv: Fix double-put of vlan objectBen Hutchings2016-06-291-1/+0Star
| | * | batman-adv: Fix use-after-free/double-free of tt_req_nodeSven Eckelmann2016-06-292-6/+39
| | * | batman-adv: replace WARN with rate limited output on non-existing VLANSimon Wunderlich2016-06-291-2/+4
| | * | Bridge: Fix ipv6 mc snooping if bridge has no ipv6 addressdaniel2016-06-282-4/+23
| | * | ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2016-06-282-1/+4
| | * | vsock: make listener child lock ordering explicitStefan Hajnoczi2016-06-271-2/+10
| | * | ipv6: enforce egress device match in per table nexthop lookupsPaolo Abeni2016-06-271-1/+1
| | * | netem: fix a use after freeEric Dumazet2016-06-231-6/+6
| | * | act_ife: acquire ife_mod_lock before reading ifeoplistWANG Cong2016-06-231-6/+8
| | * | act_ife: only acquire tcf_lock for existing actionsWANG Cong2016-06-231-24/+31
| | * | esp: Fix ESN generation under UDP encapsulationHerbert Xu2016-06-231-20/+32
| | * | tipc: unclone unbundled buffers before forwardingJon Paul Maloy2016-06-222-11/+6Star
| | * | kcm: fix /proc memory leakJiri Slaby2016-06-221-0/+1
| | * | net: rds: fix coding style issuesJoshua Houghton2016-06-198-28/+29
| | * | AX.25: Close socket connection on session completionBasil Gunn2016-06-194-4/+12
| | * | RDS: TCP: rds_tcp_accept_one() should transition socket from RESETTING to UPSowmini Varadhan2016-06-181-1/+1
| | * | tipc: fix socket timer deadlockJon Paul Maloy2016-06-181-12/+42
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-185-18/+16Star
| | |\ \
| | | * | netfilter: nf_tables: fix a wrong check to skip the inactive rulesLiping Zhang2016-06-151-1/+1
| | | * | netfilter: nf_tables: fix wrong destroy anonymous sets if binding failsLiping Zhang2016-06-151-6/+1Star