aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-24sctp: remove the typedef sctp_initack_chunk_tXin Long2-8/+10
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-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-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-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
2017-07-20x86: mark kprobe templates as character arrays, not single charactersLinus Torvalds1-4/+4
2017-07-20HID: hid-logitech-hidpp: add NULL check on devm_kmemdup() return valueGustavo A. R. Silva1-0/+3
2017-07-19ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca1-2/+6
2017-07-19net: tehuti: don't process data if it has not been copied from userspaceColin Ian King1-0/+2
2017-07-19Revert "rtnetlink: Do not generate notifications for CHANGEADDR event"David Ahern1-0/+1
2017-07-19cxgb4: Update register ranges of T4/T5/T6 adaptersArjun Vynipadath1-37/+14
2017-07-19net: dsa: mv88e6xxx: Enable CMODE config support for 6390XMartin Hundebøll1-0/+1
2017-07-19netvsc: add rtnl annotations in rndisstephen hemminger4-10/+15
2017-07-19netvsc: save pointer to parent netvsc_device in channel tablestephen hemminger2-1/+3
2017-07-19netvsc: need rcu_derefence when accessing internal device infostephen hemminger4-13/+11
2017-07-19netvsc: use ERR_PTR to avoid dereference issuesstephen hemminger4-49/+49
2017-07-19netvsc: change logic for change mtu and set_queuesstephen hemminger3-20/+24
2017-07-19netvsc: change order of steps in setting queuesstephen hemminger1-5/+3
2017-07-19netvsc: add some rtnl_dereference annotationsstephen hemminger2-5/+7
2017-07-19netvsc: force link update after MTU changestephen hemminger1-0/+1
2017-07-19net: make dev_close and related functions voidstephen hemminger2-17/+13
2017-07-19hns: remove useless void caststephen hemminger1-1/+1
2017-07-19bluetooth: 6lowpan dev_close never returns errorstephen hemminger1-5/+1
2017-07-19liquidio: lio_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva1-2/+2
2017-07-19liquidio: lio_vf_main: remove unnecessary static in setup_io_queues()Gustavo A. R. Silva1-2/+2
2017-07-19net: ethernet: mediatek: remove useless code in mtk_poll_tx()Gustavo A. R. Silva1-4/+1
2017-07-19qlcnic: remove unnecessary static in qlcnic_dump_fw()Gustavo A. R. Silva1-1/+1
2017-07-19net: tulip: remove useless code in tulip_init_one()Gustavo A. R. Silva1-2/+0
2017-07-19rtlwifi: remove useless codeGustavo A. R. Silva1-6/+0