aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-19vlan: support binding link state to vlan member bridge portsMike Manning2-2/+4
2019-04-18net/sched: taprio: fix build without 64bit divJakub Kicinski1-6/+11
2019-04-18l2tp: fix set but not used variableJakub Kicinski1-2/+1
2019-04-18ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra2-9/+31
2019-04-17net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern2-0/+22
2019-04-17ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2-38/+49
2019-04-17ipv6: Pass fib6_result to fib lookupsDavid Ahern5-43/+36
2019-04-17ipv6: Pass fib6_result to fib6_table_lookup tracepointDavid Ahern1-3/+3
2019-04-17ipv6: Pass fib6_result to rt6_select and find_rr_leafDavid Ahern1-39/+43
2019-04-17ipv6: Pass fib6_result to rt6_device_matchDavid Ahern1-19/+30
2019-04-17ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern3-14/+19
2019-04-17ipv6: Pass fib6_result to rt6_insert_exceptionDavid Ahern1-16/+17
2019-04-17ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_initDavid Ahern1-22/+27
2019-04-17ipv6: Pass fib6_result to pcpu route functionsDavid Ahern1-13/+14
2019-04-17ipv6: Pass fib6_result to ip6_create_rt_rcuDavid Ahern1-16/+21
2019-04-17ipv6: Pass fib6_result to ip6_rt_cache_allocDavid Ahern1-22/+26
2019-04-17ipv6: Pass fib6_result to rt6_find_cached_rtDavid Ahern1-14/+21
2019-04-17ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern4-54/+56
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller58-258/+460
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds56-220/+451
2019-04-16socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann1-2/+2
2019-04-16tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-04-16net: bridge: fix netlink export of vlan_stats_per_port optionNikolay Aleksandrov1-1/+1
2019-04-16tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu1-2/+6
2019-04-16tipc: fix link established but not in sessionTuong Lien1-0/+2
2019-04-16net: Fix missing meta data in skb with vlan packetYuya Kusakabe1-1/+9
2019-04-16net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-1/+5
2019-04-16net/core: work around section mismatch warning for ptp_classifierArd Biesheuvel1-3/+4
2019-04-16net: bridge: fix per-port af_packet socketsNikolay Aleksandrov1-9/+14
2019-04-15net: hsr: add tx stats for master interfaceMurali Karicheri1-0/+7
2019-04-15net: hsr: fix debugfs path to support multiple interfacesMurali Karicheri3-9/+9
2019-04-15net: hsr: fix naming of file and functionsMurali Karicheri4-24/+24
2019-04-15sctp: implement memory accounting on rx pathXin Long3-14/+14
2019-04-15sctp: implement memory accounting on tx pathXin Long1-2/+8
2019-04-15route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon1-0/+4
2019-04-15Revert "net-sysfs: Fix memory leak in netdev_register_kobject"Wang Hai1-9/+5
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller37-562/+852
2019-04-15bridge: only include nf_queue.h if neededStephen Rothwell1-0/+2
2019-04-14rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet1-1/+1
2019-04-14ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet1-2/+8
2019-04-12ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra1-1/+9
2019-04-12ipv6: Remove flowi6_oif compare from __ip6_route_redirectDavid Ahern1-2/+0
2019-04-12rxrpc: Fix detection of out of order acksJeffrey Altman2-6/+13
2019-04-12rxrpc: Trace received connection abortsDavid Howells1-4/+7
2019-04-12rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne1-9/+12
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne1-5/+9
2019-04-12rxrpc: Clear socket errorMarc Dionne1-0/+5
2019-04-12net/smc: improve smc_conn_create reason codesKarsten Graul4-59/+58
2019-04-12net/smc: improve smc_listen_work reason codesKarsten Graul2-46/+54
2019-04-12net/smc: code cleanup smc_listen_workKarsten Graul1-15/+14