aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-10bpf: reject wrong sized filters earlierDaniel Borkmann1-8/+15
2016-06-10bpf: enforce recursion limit on redirectsDaniel Borkmann2-25/+36
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+3
2016-06-08net: Add l3mdev ruleDavid Ahern1-5/+28
2016-06-08net: sched: fix missing doc annotationsEric Dumazet1-0/+1
2016-06-08net_sched: add missing paddattr descriptionEric Dumazet1-0/+2
2016-06-08net: Reduce queue allocation to one in kdump kernelHariprasad Shenai1-1/+3
2016-06-08net-sysfs: fix missing <linux/of_net.h>Ben Dooks1-0/+1
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2-19/+39
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet1-1/+1
2016-06-07net: get rid of spin_trylock() in net_tx_action()Eric Dumazet1-17/+9
2016-06-03net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller1-0/+1
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner2-0/+4
2016-06-03skbuff: introduce skb_gso_validate_mtuMarcelo Ricardo Leitner1-0/+31
2016-06-03sk_buff: allow segmenting based on frag sizesMarcelo Ricardo Leitner1-3/+7
2016-06-03skbuff: export skb_gro_receiveMarcelo Ricardo Leitner1-0/+1
2016-05-31net: pktgen: Call destroy_hrtimer_on_stack()Guenter Roeck1-4/+4
2016-05-25net: hwbm: Fix unbalanced spinlock in error caseGregory CLEMENT1-0/+3
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert1-2/+2
2016-05-16net: also make sch_handle_egress() drop monitor readyDaniel Borkmann1-3/+3
2016-05-16bpf: add generic constant blinding for use in jitsDaniel Borkmann1-0/+9
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann1-1/+5
2016-05-16bpf: minor cleanups in ebpf codeDaniel Borkmann1-19/+15
2016-05-11net: l3mdev: Add hook in ip and ipv6David Ahern1-1/+2
2016-05-10skbuff: remove unused variable `doff'Sowmini Varadhan1-6/+0
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+23
2016-05-08net: make sch_handle_ingress() drop monitor readyEric Dumazet1-1/+3
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov1-6/+45
2016-05-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+13
2016-05-04net: fix infoleak in rtnetlinkKangjie Lu1-8/+10
2016-05-04net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck1-0/+4
2016-05-04gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck1-3/+3
2016-05-04gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck1-1/+4
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-05-03net: add __sock_wfree() helperEric Dumazet1-0/+24
2016-05-03net: Disable segmentation if checksumming is not supportedAlexander Duyck1-1/+1
2016-05-02net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov1-0/+30
2016-05-02net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov1-13/+31
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet1-0/+7
2016-05-02net: do not block BH while processing socket backlogEric Dumazet1-14/+8
2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov1-1/+1
2016-04-28tuntap: calculate rps hash only when neededJason Wang1-0/+1
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-2/+2
2016-04-26net: remove NETDEV_TX_LOCKED supportFlorian Westphal2-2/+2
2016-04-26sched: align nlattr properly when neededNicolas Dichtel1-14/+21
2016-04-26neigh: align nlattr properly when neededNicolas Dichtel1-1/+2
2016-04-26rtnl: align nlattr properly when neededNicolas Dichtel1-2/+2
2016-04-26sock_diag: align nlattr properly when neededNicolas Dichtel1-1/+1
2016-04-25skbuff: Add pskb_extract() helper functionSowmini Varadhan1-0/+242
2016-04-25rtnl: use nla_put_u64_64bit()Nicolas Dichtel1-18/+18