summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
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
2016-04-19net: Add helpers for 64-bit aligning netlink attributes.David S. Miller
2016-04-19net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller
2016-04-18net: ethtool: export conversion function between u32 and link modePhilippe Reynes
2016-04-18rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copyRoopa Prabhu
2016-04-15vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann
2016-04-14net: validate_xmit_skb() changesEric Dumazet
2016-04-14GSO: Support partial segmentation offloadAlexander Duyck
2016-04-14GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck
2016-04-14GSO: Add GSO type for fixed IPv4 IDAlexander Duyck
2016-04-14ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck
2016-04-14devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko
2016-04-14devlink: add shared buffer configurationJiri Pirko
2016-04-14net: remove netdevice gso_min_segsEric Dumazet
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-08devlink: share user_ptr pointer for both devlink and devlink_portJiri Pirko
2016-04-08devlink: remove implicit type set in port registerJiri Pirko
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2016-04-07tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa
2016-04-07sock: fix lockdep annotation in release_sockHannes Frederic Sowa
2016-04-06net: add the AF_KCM entries to family name tablesDexuan Cui
2016-04-05net/core/dev: Warn on a too-short GRO frameAaron Conole
2016-04-05Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"Bjorn Helgaas
2016-04-05udp: enable MSG_PEEK at non-zero offsetsamanthakumar
2016-04-05udp: remove headers from UDP packets before queueingsamanthakumar
2016-04-04tcp: increment sk_drops for listenersEric Dumazet
2016-04-04sock_diag: add SK_MEMINFO_DROPSEric Dumazet
2016-04-04net: add SOCK_RCU_FREE socket flagEric Dumazet
2016-04-04sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh
2016-04-04tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFOSoheil Hassas Yeganeh
2016-04-04sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann
2016-03-31rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel
2016-03-30bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann
2016-03-25netpoll: Fix extra refcount release in netpoll_cleanup()Bjorn Helgaas
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-03-21net/core: Add support for configuring VF GUIDsEli Cohen
2016-03-21net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributesEric Dumazet
2016-03-21net: add description for len argument of dev_get_phys_port_nameLuis de Bethencourt
2016-03-20net: sched: Add description for cpu_bstats argumentLuis de Bethencourt
2016-03-20gen_stats.c: Add description for cpu argumentLuis de Bethencourt
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross