summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-07-01cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann
2016-07-01net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang
2016-07-01net/sched/sch_hfsc.c: anchor virtual curve at proper vt in hfsc_change_fsc()Michal Soltys
2016-07-01net/sched/sch_hfsc.c: go passive after vt updateMichal Soltys
2016-07-01net/sched/sch_hfsc.c: remove leftover dlist and droplistMichal Soltys
2016-07-01net/sched/sch_hfsc.c: add unlikely() in qdisc_peek_len()Michal Soltys
2016-07-01net/sched/sch_hfsc.c: handle corner cases where head may change invalidating ...Michal Soltys
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet
2016-06-30fib_rules: Added NLM_F_EXCL support to fib_nl_newruleMateusz Bajorski
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin
2016-06-30net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov
2016-06-30net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov
2016-06-30bpf: add bpf_skb_change_type helperDaniel Borkmann
2016-06-30bpf: add bpf_skb_change_proto helperDaniel Borkmann
2016-06-30bpf: don't use raw processor id in generic helperDaniel Borkmann
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-06-29Merge tag 'mac80211-for-davem-2016-06-29-v2' of git://git.kernel.org/pub/scm/...David S. Miller
2016-06-29openvswitch: fix conntrack netlink event deliverySamuel Gauthier
2016-06-29net_sched: netem: do not call qdisc_drop() with a NULL skbEric Dumazet
2016-06-29neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso
2016-06-29cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC headerFelix Fietkau
2016-06-29net: bridge: fix vlan stats continue counterNikolay Aleksandrov
2016-06-29tcp: do not send too big packets at retransmit timeEric Dumazet
2016-06-29tipc: rename udp_port in struct udp_media_addrRichard Alpe
2016-06-29tipc: honor msg2addr return valueRichard Alpe
2016-06-29net: the space is required before the open parenthesis '('Wei Tang
2016-06-29batman-adv: Clean up untagged vlan when destroying via rtnl-linkSven Eckelmann
2016-06-29batman-adv: Fix ICMP RR ethernet access after skb_linearizeSven Eckelmann
2016-06-29batman-adv: Fix double-put of vlan objectBen Hutchings
2016-06-29batman-adv: Fix use-after-free/double-free of tt_req_nodeSven Eckelmann
2016-06-29batman-adv: replace WARN with rate limited output on non-existing VLANSimon Wunderlich
2016-06-28Bridge: Fix ipv6 mc snooping if bridge has no ipv6 addressdaniel
2016-06-28mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen
2016-06-28caif: Remove unneeded header fileAmitoj Kaur Chawla
2016-06-28net: diag: Add support to filter on device indexDavid Ahern
2016-06-28ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff
2016-06-27vsock: make listener child lock ordering explicitStefan Hajnoczi
2016-06-27ipv6: enforce egress device match in per table nexthop lookupsPaolo Abeni
2016-06-27Merge tag 'linux-can-next-for-4.8-20160623' of git://git.kernel.org/pub/scm/l...David S. Miller
2016-06-27tipc: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla
2016-06-26Merge tag 'rxrpc-rewrite-20160622-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2016-06-25net_sched: generalize bulk dequeueEric Dumazet
2016-06-25net_sched: sch_htb: export class backlog in dumpsEric Dumazet
2016-06-25net_sched: fq_codel: cache skb->truesize into skb->cbEric Dumazet
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-25openvswitch: Only set mark and labels with a commit flag.Jarno Rajahalme
2016-06-25openvswitch: Set mark and labels before confirming.Jarno Rajahalme
2016-06-23netem: fix a use after freeEric Dumazet