aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-06-20qed*: Set rdma generic functions prefixMichal Kalderon
2017-06-20qed*: qede_roce.[ch] -> qede_rdma.[ch]Michal Kalderon
2017-06-20qed: Chain support for external PBLMintz, Yuval
2017-06-19tcp: md5: add TCP_MD5SIG_EXT socket option to set a key address prefixIvan Delalande
2017-06-19tcp: md5: add an address prefix for key lookupIvan Delalande
2017-06-17net: add debug atomic_inc_not_zero() in dst_hold()Wei Wang
2017-06-17net: reorder all the dst flagsWei Wang
2017-06-17net: remove DST_NOCACHE flagWei Wang
2017-06-17net: remove DST_NOGC flagWei Wang
2017-06-17net: remove dst gc related codeWei Wang
2017-06-17xfrm: take refcnt of dst when creating struct xfrm_dst bundleWei Wang
2017-06-17ipv6: get rid of icmp6 dst garbage collectorWei Wang
2017-06-17ipv4: call dst_hold_safe() properlyWei Wang
2017-06-17net: introduce a new function dst_dev_put()Wei Wang
2017-06-17net: introduce DST_NOGC in dst_release() to destroy dst based on refcntWei Wang
2017-06-16Merge tag 'mlx5-updates-2017-06-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2017-06-16net: Add IFLA_XDP_PROG_IDMartin KaFai Lau
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16net/mlx5: Add fast unload support in shutdown flowMajd Dibbiny
2017-06-16net/mlx5: Expose command polling interfaceMajd Dibbiny
2017-06-16net/mlx5e: Move and optimize query out of buffer functionGal Pressman
2017-06-16net/mlx5: Fix some spelling mistakesOr Gerlitz
2017-06-15net: sched: act_tunnel_key: make UDP checksum configurableJiri Benc
2017-06-15skbuff: make skb_put_zero() return voidJohannes Berg
2017-06-15tls: kernel TLS supportDave Watson
2017-06-15tcp: export do_tcp_sendpages and tcp_rate_check_app_limited functionsDave Watson
2017-06-15tcp: ULP infrastructureDave Watson
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-06-15Merge tag 'acpi-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2017-06-15Merge tag 'media/v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2017-06-15Merge branch 'acpica-fixes'Rafael J. Wysocki
2017-06-14net: update undefined ->ndo_change_mtu() commentMagnus Damm
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song
2017-06-13net: dsa: Associate slave network device with CPU portFlorian Fainelli
2017-06-13net: dsa: Relocate master ethtool operationsFlorian Fainelli
2017-06-13net: dsa: Remove master_netdev and use dst->cpu_dp->netdevFlorian Fainelli
2017-06-13of_mdio: move of_mdio_parse_addr to header fileJon Mason
2017-06-13Merge tag 'mac80211-next-for-davem-2017-06-13' of git://git.kernel.org/pub/sc...David S. Miller
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com
2017-06-13mdio_bus: handle only single PHY reset GPIOSergei Shtylyov
2017-06-13nl80211: remove desciption about request from NL80211_CMD_ROAMArend Van Spriel
2017-06-13nl80211: add authorized flag to ROAM eventAvraham Stern
2017-06-13cfg80211: support 4-way handshake offloading for 802.1XAvraham Stern
2017-06-13cfg80211: support 4-way handshake offloading for WPA/WPA2-PSKEliad Peller
2017-06-12udp: avoid a cache miss on dequeuePaolo Abeni