aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-06bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov1-6/+45
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
2016-04-23libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel1-9/+10
2016-04-23libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel1-2/+2
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2016-04-21net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck1-0/+11
2016-04-21rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel1-17/+5
2016-04-20rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu1-0/+158
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann1-0/+2
2016-04-19net: Add helpers for 64-bit aligning netlink attributes.David S. Miller1-19/+5
2016-04-19net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller1-0/+19
2016-04-18net: ethtool: export conversion function between u32 and link modePhilippe Reynes1-9/+12
2016-04-18rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copyRoopa Prabhu1-15/+8
2016-04-15vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann1-2/+5
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann1-17/+40
2016-04-14net: validate_xmit_skb() changesEric Dumazet1-5/+2
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck3-4/+62
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck1-0/+1
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2-5/+30
2016-04-14ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck1-0/+2
2016-04-14devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko1-6/+92
2016-04-14devlink: add shared buffer configurationJiri Pirko1-0/+940
2016-04-14net: remove netdevice gso_min_segsEric Dumazet1-2/+1
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+8
2016-04-08devlink: share user_ptr pointer for both devlink and devlink_portJiri Pirko1-8/+13
2016-04-08devlink: remove implicit type set in port registerJiri Pirko1-1/+0
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck1-0/+1
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa1-22/+13
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa1-5/+0
2016-04-06net: add the AF_KCM entries to family name tablesDexuan Cui1-3/+6
2016-04-05net/core/dev: Warn on a too-short GRO frameAaron Conole1-0/+2