summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-24net: Change nhc_flags to unsigned charDavid Ahern2-8/+12
2019-04-24lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern2-4/+6
2019-04-24net: fix sparc64 compilation of sock_gettstampStephen Rothwell1-3/+3
2019-04-24ipv6: convert fib6_ref to refcount_tEric Dumazet2-4/+4
2019-04-24ipv6: broadly use fib6_info_hold() helperEric Dumazet1-8/+8
2019-04-24ipv6: fib6_info_destroy_rcu() cleanupEric Dumazet1-4/+1
2019-04-23bridge: Fix possible use-after-free when deleting bridge portIdo Schimmel1-1/+2
2019-04-23net: devlink: Add extack to shared buffer operationsIdo Schimmel1-9/+13
2019-04-23net: strparser: make it explicitly non-modularPaul Gortmaker1-10/+4
2019-04-23net: bpfilter: dont use module_init in non-modular codePaul Gortmaker1-2/+1
2019-04-23cgroup: net: remove left over MODULE_LICENSE tagPaul Gortmaker1-2/+0
2019-04-23net: Rename net/nexthop.h net/rtnh.hDavid Ahern6-6/+6
2019-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-25/+108
2019-04-21net: ax25: fix misuse of %xFuqian Huang1-2/+2
2019-04-20tcp: properly reset skb->truesize for tx recyclingEric Dumazet1-1/+1
2019-04-20tipc: introduce new socket option TIPC_SOCK_RECVQ_USEDTung Nguyen1-0/+3
2019-04-20net: socket: implement 64-bit timestampsArnd Bergmann1-6/+18
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann30-227/+71
2019-04-19bridge: update vlan dev link state for bridge netdev changesMike Manning1-3/+47
2019-04-19bridge: update vlan dev state when port added to or deleted from vlanMike Manning1-0/+19
2019-04-19bridge: support binding vlan dev link state to vlan member bridge portsMike Manning3-4/+174
2019-04-19vlan: do not transfer link state in vlan bridge binding modeMike Manning2-11/+26
2019-04-19vlan: support binding link state to vlan member bridge portsMike Manning2-2/+4
2019-04-19net/sched: taprio: fix build without 64bit divJakub Kicinski1-6/+11
2019-04-19l2tp: fix set but not used variableJakub Kicinski1-2/+1
2019-04-19ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra2-9/+31
2019-04-18net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern2-0/+22
2019-04-18ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2-38/+49
2019-04-18ipv6: Pass fib6_result to fib lookupsDavid Ahern5-43/+36
2019-04-18ipv6: Pass fib6_result to fib6_table_lookup tracepointDavid Ahern1-3/+3
2019-04-18ipv6: Pass fib6_result to rt6_select and find_rr_leafDavid Ahern1-39/+43
2019-04-18ipv6: Pass fib6_result to rt6_device_matchDavid Ahern1-19/+30
2019-04-18ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern3-14/+19
2019-04-18ipv6: Pass fib6_result to rt6_insert_exceptionDavid Ahern1-16/+17
2019-04-18ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_initDavid Ahern1-22/+27
2019-04-18ipv6: Pass fib6_result to pcpu route functionsDavid Ahern1-13/+14
2019-04-18ipv6: Pass fib6_result to ip6_create_rt_rcuDavid Ahern1-16/+21
2019-04-18ipv6: Pass fib6_result to ip6_rt_cache_allocDavid Ahern1-22/+26
2019-04-18ipv6: Pass fib6_result to rt6_find_cached_rtDavid Ahern1-14/+21
2019-04-18ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern4-54/+56
2019-04-18net: core: introduce build_skb_aroundJesper Dangaard Brouer1-19/+52
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-17socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann1-2/+2
2019-04-17tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet1-5/+5
2019-04-17net: bridge: fix netlink export of vlan_stats_per_port optionNikolay Aleksandrov1-1/+1
2019-04-17tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu1-2/+6
2019-04-17tipc: fix link established but not in sessionTuong Lien1-0/+2
2019-04-17net: Fix missing meta data in skb with vlan packetYuya Kusakabe1-1/+9
2019-04-17net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-1/+5