summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2016-07-01net: introduce NETDEV_CHANGE_TX_QUEUE_LENJason Wang
2016-06-30fib_rules: Added NLM_F_EXCL support to fib_nl_newruleMateusz Bajorski
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-29neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso
2016-06-29net: the space is required before the open parenthesis '('Wei Tang
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-16net: the space is required after ','Wei Tang
2016-06-16net: do not initialise statics to 0Wei Tang
2016-06-15bpf: fix matching of data/data_end in verifierAlexei Starovoitov
2016-06-15net_sched: add the ability to defer skb freeingEric Dumazet
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal
2016-06-10bpf: reject wrong sized filters earlierDaniel Borkmann
2016-06-10bpf: enforce recursion limit on redirectsDaniel Borkmann
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-08net: Add l3mdev ruleDavid Ahern
2016-06-08net: sched: fix missing doc annotationsEric Dumazet
2016-06-08net_sched: add missing paddattr descriptionEric Dumazet
2016-06-08net: Reduce queue allocation to one in kdump kernelHariprasad Shenai
2016-06-08net-sysfs: fix missing <linux/of_net.h>Ben Dooks
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet
2016-06-07net: get rid of spin_trylock() in net_tx_action()Eric Dumazet
2016-06-03net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner
2016-06-03sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner
2016-06-03skbuff: export skb_gro_receiveMarcelo Ricardo Leitner
2016-05-31net: pktgen: Call destroy_hrtimer_on_stack()Guenter Roeck
2016-05-25net: hwbm: Fix unbalanced spinlock in error caseGregory CLEMENT
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-05-16net: also make sch_handle_egress() drop monitor readyDaniel Borkmann
2016-05-16bpf: add generic constant blinding for use in jitsDaniel Borkmann
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann
2016-05-16bpf: minor cleanups in ebpf codeDaniel Borkmann
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern
2016-05-10skbuff: remove unused variable `doff'Sowmini Varadhan
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-08net: make sch_handle_ingress() drop monitor readyEric Dumazet
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov
2016-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-05-04net: fix infoleak in rtnetlinkKangjie Lu
2016-05-04net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck
2016-05-04gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck
2016-05-04gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-03net: add __sock_wfree() helperEric Dumazet