summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-24sched: act_csum: don't mangle TCP and UDP GSO packetsDavide Caratti1-0/+12
2017-03-24Add a eBPF helper function to retrieve socket uidChenbo Feng1-0/+22
2017-03-24Add a helper function to get socket cookie in eBPFChenbo Feng2-1/+18
2017-03-24Merge 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-23inet: frag: release spinlock before calling icmp_send()Eric Dumazet1-8/+17
2017-03-23tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-03-23genetlink: fix counting regression on ctrl_dumpfamily()Stanislaw Gruszka1-1/+3
2017-03-23socket, bpf: fix sk_filter use after free in sk_clone_lockDaniel Borkmann1-0/+6
2017-03-23net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2-0/+12
2017-03-23ipv4: 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
2017-03-22tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATSSoheil Hassas Yeganeh2-7/+12
2017-03-22tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbsSoheil Hassas Yeganeh2-1/+22
2017-03-22sctp: out_qlen should be updated when pruning unsent queueXin Long1-6/+5
2017-03-22sctp: remove temporary variable confirm from sctp_packet_transmitXin Long1-4/+3
2017-03-22sch_dsmark: fix invalid skb_cow() usageEric Dumazet1-2/+8
2017-03-22net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov4-48/+83
2017-03-22net/8021q: create device with all possible features in wanted_featuresAndrey Vagin1-2/+1
2017-03-22net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov1-8/+9
2017-03-22vsock: cancel packets when failing to connectPeng Tao1-0/+14
2017-03-22vsock: add pkt cancel capabilityPeng Tao1-0/+42
2017-03-22vsock: track pkt owner vsockPeng Tao1-0/+7
2017-03-22crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu1-0/+41
2017-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller47-273/+508
2017-03-20netfilter: fix the warning on unused refcount variableReshetova, Elena1-1/+0
2017-03-18Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+2
2017-03-17xprtrdma: Squelch kbuild sparse complaintChuck Lever1-1/+2
2017-03-17netfilter: refcounter conversionsReshetova, Elena18-66/+71
2017-03-17tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet1-1/+2
2017-03-17bridge: resolve a false alarm of lockdepWANG Cong2-10/+1
2017-03-17rxrpc: Ignore BUSY packets on old callsDavid Howells1-0/+4
2017-03-17net: ipv6: set route type for anycast routesDavid Ahern1-0/+2
2017-03-17tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh5-50/+8