summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* soc: qcom: smd: Transition client drivers from smd to rpmsgBjorn Andersson2017-03-282-23/+21
* devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky2017-03-281-0/+836
* ipv6: sr: select DST_CACHE by defaultDavid Lebrun2017-03-272-18/+1
* net: mpls: Delete route when all nexthops have been deletedDavid Ahern2017-03-271-1/+8
* net: mpls: Don't show nexthop if device has been deletedDavid Ahern2017-03-271-3/+5
* net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala2017-03-241-0/+12
* net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala2017-03-242-13/+19
* net: Track start of busy loop instead of when it should endAlexander Duyck2017-03-241-3/+3
* net: Change return type of sk_busy_loop from bool to voidAlexander Duyck2017-03-243-19/+23
* tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck2017-03-243-4/+4
* net: Busy polling should ignore sender CPUsAlexander Duyck2017-03-241-4/+9
* ipv6: sr: use dst_cache in seg6_inputDavid Lebrun2017-03-241-1/+26
* ipv6: sr: expand skb head only if necessaryDavid Lebrun2017-03-241-2/+2
* net_sched: use setup_deferrable_timerGeliang Tang2017-03-242-6/+4
* net: mpls: Fix setting ttl_propagate for rt2David Ahern2017-03-241-1/+1
* net: make in_aton() 32-bit internallyAlexey Dobriyan2017-03-241-1/+1
* net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-248-10/+86
* net: sched: choke: remove dead filter classify codeJiri Pirko2017-03-241-51/+0
* net: bridge: allow to add externally learned entries from user-spaceNikolay Aleksandrov2017-03-241-0/+2
* net: bridge: allow SW learn to take over HW fdb entriesNikolay Aleksandrov2017-03-241-0/+3
* sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti2017-03-231-0/+12
* Add a eBPF helper function to retrieve socket uidChenbo Feng2017-03-231-0/+22
* Add a helper function to get socket cookie in eBPFChenbo Feng2017-03-232-1/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-2349-313/+504
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-2348-312/+502
| |\
| | * inet: frag: release spinlock before calling icmp_send()Eric Dumazet2017-03-221-8/+17
| | * tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-222-1/+2
| | * genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka2017-03-221-1/+3
| | * socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann2017-03-221-0/+6
| | * ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet2017-03-221-1/+2
| | * ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-221-1/+1
| | * tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue2017-03-221-1/+6
| | * sctp: remove useless err from sctp_association_initXin Long2017-03-221-4/+2
| | * cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo2017-03-221-16/+16
| | * tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2017-03-212-7/+12
| | * tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2017-03-212-1/+22
| | * sctp: out_qlen should be updated when pruning unsent queueXin Long2017-03-211-6/+5
| | * sctp: remove temporary variable confirm from sctp_packet_transmitXin Long2017-03-211-4/+3
| | * sch_dsmark: fix invalid skb_cow() usageEric Dumazet2017-03-211-2/+8
| | * net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov2017-03-211-8/+9
| | * vsock: cancel packets when failing to connectPeng Tao2017-03-211-0/+14
| | * vsock: add pkt cancel capabilityPeng Tao2017-03-211-0/+42
| | * vsock: track pkt owner vsockPeng Tao2017-03-211-0/+7
| | * crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu2017-03-211-0/+41
| | * tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet2017-03-161-1/+2
| | * bridge: resolve a false alarm of lockdepWANG Cong2017-03-162-10/+1
| | * rxrpc: Ignore BUSY packets on old callsDavid Howells2017-03-161-0/+4
| | * net: ipv6: set route type for anycast routesDavid Ahern2017-03-161-0/+2
| | * net: mpls: Fix nexthop alive tracking on down eventsDavid Ahern2017-03-161-3/+10
| | * Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-mergeDavid S. Miller2017-03-166-11/+42
| | |\