summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sctp: remove the typedef sctp_sack_chunk_tXin Long2017-07-253-5/+5
* sctp: remove the typedef sctp_sackhdr_tXin Long2017-07-253-6/+6
* sctp: remove the typedef sctp_sack_variable_tXin Long2017-07-252-8/+8
* sctp: remove the typedef sctp_dup_tsn_tXin Long2017-07-251-3/+1
* sctp: remove the typedef sctp_gap_ack_block_tXin Long2017-07-251-4/+4
* sctp: remove the typedef sctp_unrecognized_param_tXin Long2017-07-252-13/+9
* sctp: remove the typedef sctp_cookie_param_tXin Long2017-07-252-10/+12
* sctp: remove the typedef sctp_initack_chunk_tXin Long2017-07-252-8/+10
* Merge branch 'udp-tunnel-offloads-toggle'David S. Miller2017-07-248-17/+103
|\
| * geneve/vxlan: offload ports on register/unregister eventsSabrina Dubroca2017-07-242-4/+13
| * geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFOSabrina Dubroca2017-07-242-14/+30
| * net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca2017-07-241-1/+21
| * net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca2017-07-243-0/+27
| * net: check UDP tunnel RX port offload feature before calling tunnel ndo ndoSabrina Dubroca2017-07-241-1/+6
| * net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca2017-07-243-0/+9
|/
* geneve: add rtnl changelink supportGirish Moodalbail2017-07-241-42/+176
* net: Convert to using %pOF instead of full_nameRob Herring2017-07-2421-157/+134
* Merge branch 'virtio_net-xdp-refine'David S. Miller2017-07-242-134/+200
|\
| * virtio-net: switch off offloads on demand if possible on XDP setJason Wang2017-07-241-5/+65
| * virtio-net: do not reset during XDP setJason Wang2017-07-241-126/+106
| * virtio-net: switch to use new ctx API for small bufferJason Wang2017-07-241-5/+12
| * virtio-net: pack headroom into ctx for mergeable buffersJason Wang2017-07-241-5/+24
| * virtio_ring: allow to store zero as the ctxJason Wang2017-07-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211200-18852/+38137
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-2183-581/+1176
| |\
| | * net: bonding: Fix transmit load balancing in balance-alb modeKosuke Tatsukawa2017-07-211-1/+1
| | * rds: Make sure updates to cp_send_gen can be observedHåkon Bugge2017-07-211-3/+3
| | * net: ethernet: ti: cpsw: Push the request_irq function to the end of probeKeerthy2017-07-211-24/+25
| | * ipv4: initialize fib_trie prior to register_netdev_notifier call.Mahesh Bandewar2017-07-211-4/+5
| | * rtnetlink: allocate more memory for dev_set_mac_address()WANG Cong2017-07-211-1/+2
| | * net: dsa: b53: Add missing ARL entries for BCM53125Florian Fainelli2017-07-211-0/+1
| | * Merge branch 'BPF-map-value-adjust-fix'David S. Miller2017-07-216-23/+574
| | |\
| | | * bpf: more tests for mixed signed and unsigned bounds checksDaniel Borkmann2017-07-211-0/+418
| | | * bpf: add test for mixed signed and unsigned bounds checksEdward Cree2017-07-211-0/+52
| | | * bpf: fix up test cases with mixed signed/unsigned boundsDaniel Borkmann2017-07-211-4/+4
| | | * bpf: allow to specify log level and reduce it for test_verifierDaniel Borkmann2017-07-214-5/+5
| | | * bpf: fix mixed signed/unsigned derived min/max value boundsDaniel Borkmann2017-07-212-14/+95
| | |/
| | * ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-07-201-2/+6
| | * net: tehuti: don't process data if it has not been copied from userspaceColin Ian King2017-07-201-0/+2
| | * Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern2017-07-201-0/+1
| | * net: dsa: mv88e6xxx: Enable CMODE config support for 6390XMartin Hundebøll2017-07-201-0/+1
| | * dt-binding: ptp: Add SoC compatibility strings for dte ptp clockArun Parameswaran2017-07-201-4/+11
| | * NET: dwmac: Make dwmac reset unconditionalEugeniy Paltsev2017-07-191-1/+8
| | * net: Zero terminate ifr_name in dev_ifname().David S. Miller2017-07-191-0/+1
| | * wireless: wext: terminate ifr name coming from userspaceLevin, Alexander2017-07-191-0/+2
| | * netfilter: fix netfilter_net_init() returnDan Carpenter2017-07-181-2/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-07-186-166/+14
| | |\
| | | * netfilter: expect: fix crash when putting uninited expectationFlorian Westphal2017-07-171-1/+1
| | | * netfilter: nf_tables: only allow in/output for arp packetsFlorian Westphal2017-07-171-2/+1
| | | * netfilter: nat: fix src map lookupFlorian Westphal2017-07-171-8/+9