summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add return check for L2CAP security level setFugang Duan2019-04-231-2/+5
* Bluetooth: Fix not initializing L2CAP tx_creditsLuiz Augusto von Dentz2019-04-231-5/+4Star
* bridge: Fix possible use-after-free when deleting bridge portIdo Schimmel2019-04-231-1/+2
* net: devlink: Add extack to shared buffer operationsIdo Schimmel2019-04-231-9/+13
* net: strparser: make it explicitly non-modularPaul Gortmaker2019-04-231-10/+4Star
* net: bpfilter: dont use module_init in non-modular codePaul Gortmaker2019-04-231-2/+1Star
* cgroup: net: remove left over MODULE_LICENSE tagPaul Gortmaker2019-04-231-2/+0Star
* net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-236-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-233-25/+108
|\
| * net: core: introduce build_skb_aroundJesper Dangaard Brouer2019-04-181-19/+52
| * xsk: fix XDP socket ring buffer memory orderingMagnus Karlsson2019-04-171-4/+52
| * bpf: allow clearing all sock_ops callback flagsViet Hoang Tran2019-04-171-2/+1Star
| * bpf: reserve flags in bpf_skb_net_shrinkWillem de Bruijn2019-04-161-0/+3
* | net: ax25: fix misuse of %xFuqian Huang2019-04-211-2/+2
* | tcp: properly reset skb->truesize for tx recyclingEric Dumazet2019-04-201-1/+1
* | tipc: introduce new socket option TIPC_SOCK_RECVQ_USEDTung Nguyen2019-04-191-0/+3
* | net: socket: implement 64-bit timestampsArnd Bergmann2019-04-191-6/+18
* | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-1930-227/+71Star
* | bridge: update vlan dev link state for bridge netdev changesMike Manning2019-04-191-3/+47
* | bridge: update vlan dev state when port added to or deleted from vlanMike Manning2019-04-191-0/+19
* | bridge: support binding vlan dev link state to vlan member bridge portsMike Manning2019-04-193-4/+174
* | vlan: do not transfer link state in vlan bridge binding modeMike Manning2019-04-192-11/+26
* | vlan: support binding link state to vlan member bridge portsMike Manning2019-04-192-2/+4
* | net/sched: taprio: fix build without 64bit divJakub Kicinski2019-04-191-6/+11
* | l2tp: fix set but not used variableJakub Kicinski2019-04-191-2/+1Star
* | ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra2019-04-192-9/+31
* | net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern2019-04-182-0/+22
* | ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2019-04-182-38/+49
* | ipv6: Pass fib6_result to fib lookupsDavid Ahern2019-04-185-43/+36Star
* | ipv6: Pass fib6_result to fib6_table_lookup tracepointDavid Ahern2019-04-181-3/+3
* | ipv6: Pass fib6_result to rt6_select and find_rr_leafDavid Ahern2019-04-181-39/+43
* | ipv6: Pass fib6_result to rt6_device_matchDavid Ahern2019-04-181-19/+30
* | ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern2019-04-183-14/+19
* | ipv6: Pass fib6_result to rt6_insert_exceptionDavid Ahern2019-04-181-16/+17
* | ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_initDavid Ahern2019-04-181-22/+27
* | ipv6: Pass fib6_result to pcpu route functionsDavid Ahern2019-04-181-13/+14
* | ipv6: Pass fib6_result to ip6_create_rt_rcuDavid Ahern2019-04-181-16/+21
* | ipv6: Pass fib6_result to ip6_rt_cache_allocDavid Ahern2019-04-181-22/+26
* | ipv6: Pass fib6_result to rt6_find_cached_rtDavid Ahern2019-04-181-14/+21
* | ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern2019-04-184-54/+56
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-1758-258/+460
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-1756-220/+451
| |\ \
| | * | socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann2019-04-171-2/+2
| | * | tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-171-5/+5
| | * | net: bridge: fix netlink export of vlan_stats_per_port optionNikolay Aleksandrov2019-04-171-1/+1
| | * | tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu2019-04-171-2/+6
| | * | tipc: fix link established but not in sessionTuong Lien2019-04-171-0/+2
| | * | net: Fix missing meta data in skb with vlan packetYuya Kusakabe2019-04-171-1/+9
| | * | net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-04-171-1/+5
| | * | net/core: work around section mismatch warning for ptp_classifierArd Biesheuvel2019-04-171-3/+4