aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-28net: devinet: Add support for RTM_DELNETCONFDavid Ahern1-11/+21
2017-03-28net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern2-17/+27
2017-03-28net: dsa: fix copyright holderVivien Didelot1-1/+2
2017-03-28ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich2-2/+55
2017-03-28tipc: adjust the policy of holding subscription krefYing Xue3-6/+7
2017-03-28tipc: advance the time of deleting subscription from subscriber->subscrp_listYing Xue1-7/+2
2017-03-28soc: qcom: smd: Transition client drivers from smd to rpmsgBjorn Andersson2-23/+21
2017-03-28devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky1-0/+836
2017-03-27ipv6: sr: select DST_CACHE by defaultDavid Lebrun2-18/+1
2017-03-27net: mpls: Delete route when all nexthops have been deletedDavid Ahern1-1/+8
2017-03-27net: mpls: Don't show nexthop if device has been deletedDavid Ahern1-3/+5
2017-03-24net: Introduce SO_INCOMING_NAPI_IDSridhar Samudrala1-0/+12
2017-03-24net: Commonize busy polling code to focus on napi_id instead of socketSridhar Samudrala2-13/+19
2017-03-24net: Track start of busy loop instead of when it should endAlexander Duyck1-3/+3
2017-03-24net: Change return type of sk_busy_loop from bool to voidAlexander Duyck3-19/+23
2017-03-24tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck3-4/+4
2017-03-24net: Busy polling should ignore sender CPUsAlexander Duyck1-4/+9
2017-03-24ipv6: sr: use dst_cache in seg6_inputDavid Lebrun1-1/+26
2017-03-24ipv6: sr: expand skb head only if necessaryDavid Lebrun1-2/+2
2017-03-24net_sched: use setup_deferrable_timerGeliang Tang2-6/+4
2017-03-24net: mpls: Fix setting ttl_propagate for rt2David Ahern1-1/+1
2017-03-24net: make in_aton() 32-bit internallyAlexey Dobriyan1-1/+1
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org8-10/+86
2017-03-24net: sched: choke: remove dead filter classify codeJiri Pirko1-51/+0
2017-03-24net: bridge: allow to add externally learned entries from user-spaceNikolay Aleksandrov1-0/+2
2017-03-24net: bridge: allow SW learn to take over HW fdb entriesNikolay Aleksandrov1-0/+3
2017-03-23sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti1-0/+12
2017-03-23Add a eBPF helper function to retrieve socket uidChenbo Feng1-0/+22
2017-03-23Add a helper function to get socket cookie in eBPFChenbo Feng2-1/+18
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller49-313/+504
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-312/+502
2017-03-22inet: frag: release spinlock before calling icmp_send()Eric Dumazet1-8/+17
2017-03-22tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-03-22genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka1-1/+3
2017-03-22socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann1-0/+6
2017-03-22net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2-0/+12
2017-03-22ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-03-22rtnetlink: Add dump all for netconfDavid Ahern1-0/+1
2017-03-22ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko1-1/+1
2017-03-22net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena1-5/+12
2017-03-22tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue1-1/+6
2017-03-22net: tcp: Permit user set TCP_MAXSEG to default valueGao Feng1-1/+1
2017-03-22Openvswitch: Refactor sample and recirc actions implementationandy zhou1-83/+93
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou3-98/+152
2017-03-22openvswitch: Refactor recirc key allocation.andy zhou1-26/+40
2017-03-22openvswitch: Deferred fifo API change.andy zhou1-7/+11
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt2-9/+31
2017-03-22sctp: remove useless err from sctp_association_initXin Long1-4/+2
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu4-20/+24
2017-03-22cgroup, net_cls: iterate the fds of only the tasks which are being migratedTejun Heo1-16/+16