aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-27selftests: pmtu: add explicit tests for PMTU exceptions cleanupPaolo Abeni1-1/+67
2019-02-27selftests: pmtu: disable DAD in all namespacesPaolo Abeni1-15/+13
2019-02-27net: phy: dp83867: add soft reset delayMax Uvarov1-0/+3
2019-02-27net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2-4/+40
2019-02-27net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani1-1/+12
2019-02-27enc28j60: Correct description of debug module parameterAndy Shevchenko1-1/+1
2019-02-27net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko1-1/+1
2019-02-27bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan1-0/+6
2019-02-26tipc: fix race condition causing hung sendtoTung Nguyen1-1/+5
2019-02-26hv_netvsc: Fix IP header checksum for coalesced packetsHaiyang Zhang1-3/+19
2019-02-26mpls: Return error for RTA_GATEWAY attributeDavid Ahern1-0/+3
2019-02-26ipv6: Return error for RTA_VIA attributeDavid Ahern1-0/+4
2019-02-26ipv4: Return error for RTA_VIA attributeDavid Ahern1-0/+4
2019-02-25net: avoid use IPCB in cipso_v4_errorNazarov Sergey3-7/+34
2019-02-25net: Add __icmp_send helper.Nazarov Sergey2-4/+12
2019-02-25tun: remove unnecessary memory barrierTimur Celik1-1/+1
2019-02-25net: socket: set sock->sk to NULL after calling proto_ops::release()Eric Biggers1-0/+1
2019-02-25net: sched: act_tunnel_key: fix NULL pointer dereference during initVlad Buslov1-1/+2
2019-02-25net: dsa: fix a leaked reference by adding missing of_node_putWen Yang2-6/+11
2019-02-24tun: fix blocking readTimur Celik1-2/+2
2019-02-24net: dsa: lantiq: Add GPHY firmware filesHauke Mehrtens1-0/+6
2019-02-24net/sched: act_skbedit: fix refcount leak when replace failsDavide Caratti1-2/+1
2019-02-24net/sched: act_ipt: fix refcount leak when replace failsDavide Caratti1-2/+1
2019-02-23net: phy: realtek: Dummy IRQ calls for RTL8366RBLinus Walleij2-0/+15
2019-02-23tcp: repaired skbs must init their tso_segsEric Dumazet1-0/+1
2019-02-23net/x25: fix a race in x25_bind()Eric Dumazet1-5/+8
2019-02-23net: dsa: Remove documentation for port_fdb_prepareHauke Mehrtens1-7/+3
2019-02-23Revert "bridge: do not add port to router list when receives query with source 0.0.0.0"Hangbin Liu1-8/+1
2019-02-23selftests: fib_tests: sleep after changing carrier. again.Thadeu Lima de Souza Cascardo1-0/+1
2019-02-23net: set static variable an initial value in atl2_probe()Mao Wenan1-3/+1
2019-02-23net: phy: marvell10g: Fix Multi-G advertisement to only advertise 10GMaxime Chevallier1-1/+5
2019-02-23bpf, doc: add bpf list as secondary entry to maintainers fileDaniel Borkmann1-1/+13
2019-02-22udp: fix possible user after free in error handlerPaolo Abeni1-2/+4
2019-02-22udpv6: fix possible user after free in error handlerPaolo Abeni1-4/+6
2019-02-22fou6: fix proto error handler argument typePaolo Abeni1-1/+1
2019-02-22udpv6: add the required annotation to mib typePaolo Abeni1-1/+1
2019-02-22mdio_bus: Fix use-after-free on device_register failsYueHaibing1-1/+0
2019-02-22net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal1-1/+1
2019-02-22bnxt_en: Wait longer for the firmware message response to complete.Michael Chan2-2/+2
2019-02-22bnxt_en: Fix typo in firmware message timeout logic.Michael Chan1-1/+1
2019-02-23nfp: bpf: fix ALU32 high bits clearance bugJiong Wang1-11/+6
2019-02-23nfp: bpf: fix code-gen bug on BPF_ALU | BPF_XOR | BPF_KJiong Wang1-1/+1
2019-02-22Documentation: networking: switchdev: Update port parent ID sectionFlorian Fainelli1-5/+5
2019-02-22net: socket: add check for negative optlen in compat setsockoptJann Horn1-1/+5
2019-02-22ipv6: route: purge exception on removalPaolo Abeni1-1/+12
2019-02-22net: thunderx: remove link change polling code and info from nicpfVadim Lomovtsev1-102/+12
2019-02-22net: thunderx: move link state polling function to VFVadim Lomovtsev3-19/+74
2019-02-22net: thunderx: add mutex to protect mailbox from concurrent calls for same VFVadim Lomovtsev2-3/+12
2019-02-22net: thunderx: rework xcast message structure to make it fit into 64 bitVadim Lomovtsev3-9/+7
2019-02-22net: thunderx: add nicvf_send_msg_to_pf result check for set_rx_mode_taskVadim Lomovtsev1-4/+8