aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-07-24skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal1-1/+2
2017-07-24liquidio: fix implicit irq include causing build failuresPaul Gortmaker1-0/+2
2017-07-24bpf: dev_map_alloc() shouldn't return NULLDan Carpenter1-0/+1
2017-07-24netvsc: fix ptr_ret.cocci warningsWu Fengguang1-1/+1
2017-07-24Merge tag 'rxrpc-rewrite-20170721' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller5-54/+52
2017-07-24mlxsw: spectrum_router: Don't batch neighbour deletionIdo Schimmel1-12/+3
2017-07-24Merge branch 'sctp-remove-typedefs-from-structures-part-3'David S. Miller6-69/+68
2017-07-24sctp: remove the typedef sctp_abort_chunk_tXin Long2-6/+6
2017-07-24sctp: remove the typedef sctp_heartbeat_chunk_tXin Long2-3/+4
2017-07-24sctp: remove the typedef sctp_heartbeathdr_tXin Long2-4/+4
2017-07-24sctp: remove the typedef sctp_sack_chunk_tXin Long3-5/+5
2017-07-24sctp: remove the typedef sctp_sackhdr_tXin Long3-6/+6
2017-07-24sctp: remove the typedef sctp_sack_variable_tXin Long2-8/+8
2017-07-24sctp: remove the typedef sctp_dup_tsn_tXin Long1-3/+1
2017-07-24sctp: remove the typedef sctp_gap_ack_block_tXin Long1-4/+4
2017-07-24sctp: remove the typedef sctp_unrecognized_param_tXin Long2-13/+9
2017-07-24sctp: remove the typedef sctp_cookie_param_tXin Long2-10/+12
2017-07-24sctp: remove the typedef sctp_initack_chunk_tXin Long2-8/+10
2017-07-24Merge branch 'udp-tunnel-offloads-toggle'David S. Miller8-17/+103
2017-07-24geneve/vxlan: offload ports on register/unregister eventsSabrina Dubroca2-4/+13
2017-07-24geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFOSabrina Dubroca2-14/+30
2017-07-24net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca1-1/+21
2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca3-0/+27
2017-07-24net: check UDP tunnel RX port offload feature before calling tunnel ndo ndoSabrina Dubroca1-1/+6
2017-07-24net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca3-0/+9
2017-07-24geneve: add rtnl changelink supportGirish Moodalbail1-42/+176
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring21-157/+134
2017-07-24Merge branch 'virtio_net-xdp-refine'David S. Miller2-134/+200
2017-07-24virtio-net: switch off offloads on demand if possible on XDP setJason Wang1-5/+65
2017-07-24virtio-net: do not reset during XDP setJason Wang1-126/+106
2017-07-24virtio-net: switch to use new ctx API for small bufferJason Wang1-5/+12
2017-07-24virtio-net: pack headroom into ctx for mergeable buffersJason Wang1-5/+24
2017-07-24virtio_ring: allow to store zero as the ctxJason Wang1-1/+1
2017-07-21rxrpc: Move the packet.h include file into net/rxrpc/David Howells5-48/+45
2017-07-21rxrpc: Expose UAPI definitions to userspaceDavid Howells1-6/+7
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1200-18852/+38137
2017-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds83-581/+1176
2017-07-20net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa1-1/+1
2017-07-20rds: Make sure updates to cp_send_gen can be observedHÃ¥kon Bugge1-3/+3
2017-07-20cxgb4: display serial config and vpd versionsGanesh Goudar4-58/+188
2017-07-20net: ethernet: ti: cpsw: Push the request_irq function to the end of probeKeerthy1-24/+25
2017-07-20ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar1-4/+5
2017-07-20rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong1-1/+2
2017-07-20net: dsa: b53: Add missing ARL entries for BCM53125Florian Fainelli1-0/+1
2017-07-20Merge branch 'BPF-map-value-adjust-fix'David S. Miller6-23/+574
2017-07-20bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann1-0/+418
2017-07-20bpf: add test for mixed signed and unsigned bounds checksEdward Cree1-0/+52
2017-07-20bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann1-4/+4
2017-07-20bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann4-5/+5
2017-07-20bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann2-14/+95