summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: phy: leds: Don't make our own link speed namesKyle Roeschley2018-11-091-1/+1
* net: phy: improve struct phy_device member interrupts handlingHeiner Kallweit2018-11-091-5/+5
* ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar2018-11-091-0/+2
* ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar2018-11-092-0/+43
* net: sched: red: inform offloads about harddrop settingJakub Kicinski2018-11-081-0/+1
* net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk2018-11-081-0/+11
* net: core: dev_addr_lists: add auxiliary func to handle reference address upd...Ivan Khoronzhuk2018-11-081-0/+10
* udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-082-0/+3
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-085-6/+11
* geneve: Allow configuration of DF behaviourStefano Brivio2018-11-081-0/+9
* vxlan: Allow configuration of DF behaviourStefano Brivio2018-11-082-0/+10
* udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-082-0/+4
* net: sched: add an offload graft helperJakub Kicinski2018-11-081-0/+12
* net: sched: add an offload dump helperJakub Kicinski2018-11-081-0/+12
* net: phy: remove state PHY_ANHeiner Kallweit2018-11-081-18/+1
* net: add netif_is_geneve()John Hurley2018-11-071-0/+6
* net/vlan: remove unused #define HAVE_VLAN_GET_TAGMichał Mirosław2018-11-071-2/+0
* net/vlan: include the shift in skb_vlan_tag_get_prio()Michał Mirosław2018-11-071-1/+1
* net/vlan: introduce __vlan_hwaccel_copy_tag() helperMichał Mirosław2018-11-071-0/+13
* net/vlan: introduce __vlan_hwaccel_clear_tag() helperMichał Mirosław2018-11-071-1/+12
* net: phy: make phy_trigger_machine staticHeiner Kallweit2018-11-071-1/+0
* net: phy: bcm7xxx: Add entry for BCM7255Justin Chen2018-11-071-0/+1
* udp: cope with UDP GRO packet misdirectionPaolo Abeni2018-11-072-8/+43
* ipv6: factor out protocol delivery helperPaolo Abeni2018-11-071-0/+2
* ip: factor out protocol delivery helperPaolo Abeni2018-11-071-0/+1
* udp: add support for UDP_GRO cmsgPaolo Abeni2018-11-071-0/+11
* udp: implement GRO for plain UDP sockets.Paolo Abeni2018-11-072-1/+3
* udp: implement complete book-keeping for encap_neededPaolo Abeni2018-11-072-1/+12
* net: fix raw socket lookup device bind matching with VRFsDuncan Eastoe2018-11-071-1/+12
* net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning2018-11-072-0/+4
* net: ensure unbound datagram socket to be chosen when not in a VRFMike Manning2018-11-071-0/+11
* net: ensure unbound stream socket to be chosen when not in a VRFMike Manning2018-11-072-0/+19
* net: allow binding socket in a VRF when there's an unbound socketRobert Shearman2018-11-073-10/+21
* net: Add extack argument to ip_fib_metrics_initDavid Ahern2018-11-061-1/+2
* net: Add extack argument to rtnl_create_linkDavid Ahern2018-11-061-1/+2
* net: skbuff.h: remove unnecessary unlikely()Yangtao Li2018-11-061-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-069-5/+75
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-055-5/+48
| |\
| | * netfilter: conntrack: add nf_{tcp,udp,sctp,icmp,dccp,icmpv6,generic}_pernet()Pablo Neira Ayuso2018-11-031-0/+39
| | * netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()Jozsef Kadlecsik2018-11-031-2/+2
| | * netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio2018-11-011-1/+1
| | * Revert "netfilter: nft_numgen: add map lookups for numgen random operations"Pablo Neira Ayuso2018-10-291-2/+2
| | * netfilter: bridge: define INT_MIN & INT_MAX in userspaceJiri Slaby2018-10-251-0/+4
| * | sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long2018-11-031-0/+1
| * | sctp: fix strchange_flags name for Stream Change EventXin Long2018-11-031-0/+2
| * | net: bql: add __netdev_tx_sent_queue()Eric Dumazet2018-11-031-0/+20
| * | net/ipv6: Add anycast addresses to a global hashtableJeff Barnhill2018-11-022-0/+4
* | | compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky2018-11-052-13/+1
* | | Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-041-5/+2
|\ \ \
| * | | SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-011-5/+2