summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* dccp: limit sk_filter trim to payloadWillem de Bruijn2016-07-131-3/+4
* rose: limit sk_filter trim to payloadWillem de Bruijn2016-07-131-5/+5
* sock: ignore SCM_RIGHTS and SCM_CREDENTIALS in __sock_cmsg_sendSoheil Hassas Yeganeh2016-07-111-0/+4
* net_sched: fix mirrored packets checksumWANG Cong2016-07-011-18/+0
* packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-011-0/+43
* neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso2016-06-291-1/+5
* bpf: fix matching of data/data_end in verifierAlexei Starovoitov2016-06-151-2/+14
* net_sched: add missing paddattr descriptionEric Dumazet2016-06-081-0/+2
* net-sysfs: fix missing <linux/of_net.h>Ben Dooks2016-06-081-0/+1
* net: pktgen: Call destroy_hrtimer_on_stack()Guenter Roeck2016-05-311-4/+4
* net: hwbm: Fix unbalanced spinlock in error caseGregory CLEMENT2016-05-251-0/+3
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-2/+2
* net: also make sch_handle_egress() drop monitor readyDaniel Borkmann2016-05-161-3/+3
* bpf: add generic constant blinding for use in jitsDaniel Borkmann2016-05-161-0/+9
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-161-1/+5
* bpf: minor cleanups in ebpf codeDaniel Borkmann2016-05-161-19/+15
* net: l3mdev: Add hook in ip and ipv6David Ahern2016-05-111-1/+2
* skbuff: remove unused variable `doff'Sowmini Varadhan2016-05-101-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-092-9/+23
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-05-041-1/+13
| |\
| | * flowcache: Avoid OOM condition under preasureSteffen Klassert2016-03-171-1/+13
| * | net: fix infoleak in rtnetlinkKangjie Lu2016-05-041-8/+10
* | | net: make sch_handle_ingress() drop monitor readyEric Dumazet2016-05-081-1/+3
* | | bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov2016-05-061-6/+45
* | | net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck2016-05-041-0/+4
* | | gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck2016-05-041-3/+3
* | | gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck2016-05-041-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-1/+1
|\ \ \ | |/ /
| * | net: Disable segmentation if checksumming is not supportedAlexander Duyck2016-05-031-1/+1
* | | net: add __sock_wfree() helperEric Dumazet2016-05-031-0/+24
* | | net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov2016-05-021-0/+30
* | | net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov2016-05-021-13/+31
* | | tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2016-05-021-0/+7
* | | net: do not block BH while processing socket backlogEric Dumazet2016-05-021-14/+8
* | | net: constify is_skb_forwardable's argumentsNikolay Aleksandrov2016-04-291-1/+1
* | | tuntap: calculate rps hash only when neededJason Wang2016-04-281-0/+1
* | | net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-2/+2
* | | net: remove NETDEV_TX_LOCKED supportFlorian Westphal2016-04-262-2/+2
* | | sched: align nlattr properly when neededNicolas Dichtel2016-04-261-14/+21
* | | neigh: align nlattr properly when neededNicolas Dichtel2016-04-261-1/+2
* | | rtnl: align nlattr properly when neededNicolas Dichtel2016-04-261-2/+2
* | | sock_diag: align nlattr properly when neededNicolas Dichtel2016-04-261-1/+1
* | | skbuff: Add pskb_extract() helper functionSowmini Varadhan2016-04-251-0/+242
* | | rtnl: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-18/+18
* | | libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-231-9/+10
* | | libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-231-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-2/+5
|\ \ \ | |/ /
| * | vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann2016-04-151-2/+5
* | | net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck2016-04-211-0/+11
* | | rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel2016-04-211-17/+5
OpenPOWER on IntegriCloud