summaryrefslogtreecommitdiff
path: root/net/core
Commit message (Expand)AuthorAge
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-20
* net: also make sch_handle_egress() drop monitor readyDaniel Borkmann2016-05-16
* bpf: add generic constant blinding for use in jitsDaniel Borkmann2016-05-16
* bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-16
* bpf: minor cleanups in ebpf codeDaniel Borkmann2016-05-16
* net: l3mdev: Add hook in ip and ipv6David Ahern2016-05-11
* skbuff: remove unused variable `doff'Sowmini Varadhan2016-05-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-09
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-05-04
| |\
| | * flowcache: Avoid OOM condition under preasureSteffen Klassert2016-03-17
| * | net: fix infoleak in rtnetlinkKangjie Lu2016-05-04
* | | net: make sch_handle_ingress() drop monitor readyEric Dumazet2016-05-08
* | | bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov2016-05-06
* | | net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSOAlexander Duyck2016-05-04
* | | gso: Only allow GSO_PARTIAL if we can checksum the inner protocolAlexander Duyck2016-05-04
* | | gso: Do not perform partial GSO if number of partial segments is 1 or lessAlexander Duyck2016-05-04
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-04
|\ \ \ | |/ /
| * | net: Disable segmentation if checksumming is not supportedAlexander Duyck2016-05-03
* | | net: add __sock_wfree() helperEric Dumazet2016-05-03
* | | net: rtnetlink: add linkxstats callbacks and attributeNikolay Aleksandrov2016-05-02
* | | net: rtnetlink: allow rtnl_fill_statsinfo to save private state counterNikolay Aleksandrov2016-05-02
* | | tcp: make tcp_sendmsg() aware of socket backlogEric Dumazet2016-05-02
* | | net: do not block BH while processing socket backlogEric Dumazet2016-05-02
* | | net: constify is_skb_forwardable's argumentsNikolay Aleksandrov2016-04-29
* | | tuntap: calculate rps hash only when neededJason Wang2016-04-28
* | | net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-27
* | | net: remove NETDEV_TX_LOCKED supportFlorian Westphal2016-04-26
* | | sched: align nlattr properly when neededNicolas Dichtel2016-04-26
* | | neigh: align nlattr properly when neededNicolas Dichtel2016-04-26
* | | rtnl: align nlattr properly when neededNicolas Dichtel2016-04-26
* | | sock_diag: align nlattr properly when neededNicolas Dichtel2016-04-26
* | | skbuff: Add pskb_extract() helper functionSowmini Varadhan2016-04-25
* | | rtnl: use nla_put_u64_64bit()Nicolas Dichtel2016-04-25
* | | libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-23
* | | libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-23
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-23
|\ \ \ | |/ /
| * | vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann2016-04-15
* | | net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck2016-04-21
* | | rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel2016-04-21
* | | rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu2016-04-20
* | | bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-19
* | | net: Add helpers for 64-bit aligning netlink attributes.David S. Miller2016-04-19
* | | net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller2016-04-19
* | | net: ethtool: export conversion function between u32 and link modePhilippe Reynes2016-04-18
* | | rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copyRoopa Prabhu2016-04-18
* | | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-14
* | | net: validate_xmit_skb() changesEric Dumazet2016-04-14
* | | GSO: Support partial segmentation offloadAlexander Duyck2016-04-14
* | | GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck2016-04-14
* | | GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-14