summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2818-46/+160
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2816-28/+114
| |\
| | * af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2019-06-272-3/+18
| | * sctp: change to hold sk after auth shkey is created successfullyXin Long2019-06-271-4/+4
| | * ipv6: fix neighbour resolution with raw socketNicolas Dichtel2019-06-261-1/+2
| | * ipv6: constify rt6_nexthop()Nicolas Dichtel2019-06-263-4/+4
| | * ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2019-06-262-0/+45
| | * net/smc: Fix error path in smc_initYueHaibing2019-06-261-1/+4
| | * net/smc: hold conns_lock before calling smc_lgr_register_conn()Huaping Zhou2019-06-261-0/+3
| | * net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata2019-06-251-1/+1
| | * ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-06-251-1/+1
| | * tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long2019-06-241-3/+15
| | * net/packet: fix memory leak in packet_set_ring()Eric Dumazet2019-06-241-1/+2
| | * net/tls: fix page double free on TX cleanupDirk van der Merwe2019-06-241-1/+2
| | * net/sched: cbs: Fix error path of cbs_module_initYueHaibing2019-06-231-2/+7
| | * tipc: change to use register_pernet_deviceXin Long2019-06-231-6/+6
| * | Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-06-222-14/+37
| |/
* | ipv6: Convert gateway validation to use fib6_infoDavid Ahern2019-06-271-62/+56Star
* | net/smc: common release code for non-accepted socketsUrsula Braun2019-06-271-41/+32Star
* | net: ipv4: fix infinite loop on secondary addr promotionFlorian Westphal2019-06-271-1/+2
* | net: ethtool: Allow parsing ETHER_FLOW types when using flow_ruleMaxime Chevallier2019-06-271-0/+24
* | rtnetlink: skip metrics loop for dst_default_metricsDavid Ahern2019-06-261-0/+4
* | ipv6: fix suspicious RCU usage in rt6_dump_route()Eric Dumazet2019-06-261-0/+2
* | ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()Eric Dumazet2019-06-261-5/+6
* | tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy2019-06-254-6/+6
* | tipc: eliminate unnecessary skb expansion during retransmissionJon Maloy2019-06-251-1/+1
* | tipc: simplify stale link failure criteriaJon Maloy2019-06-251-7/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-25865-5713/+4262Star
|\ \
| * | ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio2019-06-241-1/+2
| * | ipv6: Dump route exceptions if requestedStefano Brivio2019-06-242-12/+114
| * | ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio2019-06-242-7/+11
| * | ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio2019-06-241-1/+2
| * | Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio2019-06-241-5/+2Star
| * | ipv4: Dump route exceptions if requestedStefano Brivio2019-06-242-13/+104
| * | ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio2019-06-241-26/+30
| * | ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio2019-06-241-2/+2
| * | fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio2019-06-242-2/+9
| * | ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo2019-06-241-2/+8
| * | ipv4: fix inet_select_addr() when enable route_localnetShijie Luo2019-06-241-1/+5
| * | tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long2019-06-241-10/+0Star
| * | tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au2019-06-241-1/+1
| * | ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREFWei Wang2019-06-232-6/+30
| * | ipv6: convert rx data path to not take refcnt on dstWei Wang2019-06-231-3/+4
| * | ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logicWei Wang2019-06-232-7/+10
| * | ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entriesWei Wang2019-06-231-0/+3
| * | ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()Wei Wang2019-06-231-43/+30Star
| * | netns: restore ops before calling ops_exit_listLi RongQing2019-06-231-1/+1
| * | ipv6: Error when route does not have any valid nexthopsIdo Schimmel2019-06-231-0/+6
| * | net: fastopen: robustness and endianness fixes for SipHashArd Biesheuvel2019-06-233-22/+19Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-22318-1389/+400Star
| |\|