summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2016-07-13dccp: limit sk_filter trim to payloadWillem de Bruijn
2016-07-13rose: limit sk_filter trim to payloadWillem de Bruijn
2016-07-11sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh
2016-07-01net_sched: fix mirrored packets checksumWANG Cong
2016-07-01packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller
2016-06-29neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso
2016-06-15bpf: fix matching of data/data_end in verifierAlexei Starovoitov
2016-06-08net_sched: add missing paddattr descriptionEric Dumazet
2016-06-08net-sysfs: fix missing <linux/of_net.h>Ben Dooks
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
2016-05-03net: Disable segmentation if checksumming is not supportedAlexander Duyck
2016-05-02net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov
2016-05-02net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov
2016-05-02tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet
2016-05-02net: do not block BH while processing socket backlogEric Dumazet
2016-04-29net: constify is_skb_forwardable's argumentsNikolay Aleksandrov
2016-04-28tuntap: calculate rps hash only when neededJason Wang
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2016-04-26net: remove NETDEV_TX_LOCKED supportFlorian Westphal
2016-04-26sched: align nlattr properly when neededNicolas Dichtel
2016-04-26neigh: align nlattr properly when neededNicolas Dichtel
2016-04-26rtnl: align nlattr properly when neededNicolas Dichtel
2016-04-26sock_diag: align nlattr properly when neededNicolas Dichtel
2016-04-25skbuff: Add pskb_extract() helper functionSowmini Varadhan
2016-04-25rtnl: use nla_put_u64_64bit()Nicolas Dichtel
2016-04-23libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-21net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck
2016-04-21rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel
2016-04-20rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann