aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu4-11/+9
2017-01-03net/sched: cls_matchall: Fix error pathYotam Gigi1-6/+16
2017-01-03tipc: reduce risk of user starvation during link congestionJon Paul Maloy5-251/+194
2017-01-03tipc: modify struct tipc_plist to be more versatileJon Paul Maloy3-46/+83
2017-01-03tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functionsJon Paul Maloy1-59/+49
2017-01-03af_packet: TX_RING support for TPACKET_V3Sowmini Varadhan1-9/+30
2017-01-03ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov2-2/+6
2017-01-02RDS: add receive message trace used by applicationSantosh Shilimkar5-3/+76
2017-01-02RDS: make message size limit compliant with specAvinash Repaka3-1/+42
2017-01-02RDS: add stat for socket recv memory usageVenkat Venkatsubra2-0/+7
2017-01-02RDS: IB: fix panic due to handlers running post teardownSantosh Shilimkar2-0/+13
2017-01-02RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar4-11/+29
2017-01-02RDS: IB: Add vector spreading for cqsSantosh Shilimkar3-3/+53
2017-01-02RDS: IB: add few useful cache stastsSantosh Shilimkar3-0/+15
2017-01-02RDS: IB: track and log active side endpoint in connectionSantosh Shilimkar2-4/+10
2017-01-02RDS: RDMA: silence the use_once mr log floodSantosh Shilimkar1-1/+2
2017-01-02RDS: IB: split the mr registration and invalidation pathSantosh Shilimkar3-8/+16
2017-01-02RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar1-1/+10
2017-01-02RDS: RDMA: start rdma listening after initQing Huang1-8/+3
2017-01-02RDS: RDMA: fix the ib_map_mr_sg_zbva() argumentSantosh Shilimkar1-2/+3
2017-01-02RDS: IB: make the transport retry count smallestSantosh Shilimkar1-1/+1
2017-01-02RDS: IB: include faddr in connection logSantosh Shilimkar3-14/+13
2017-01-02RDS: mark few internal functions static to make sparse build happySantosh Shilimkar3-7/+8
2017-01-02RDS: log the address on bind failureSantosh Shilimkar1-2/+2
2016-12-30net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2-5/+18
2016-12-29net: dsa: Implement ndo_get_phys_port_idFlorian Fainelli1-0/+12
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier3-4/+37
2016-12-29sctp: refactor sctp_datamsg_from_userMarcelo Ricardo Leitner1-75/+32
2016-12-29ipv6: remove unnecessary inet6_sk checkDave Jones1-7/+0
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan5-15/+14
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan9-37/+36
2016-12-28sctp: add pr_debug for tracking asocs not foundMarcelo Ricardo Leitner1-2/+15
2016-12-28sctp: sctp_chunk_length_valid should return boolMarcelo Ricardo Leitner1-8/+7
2016-12-28sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner2-11/+8
2016-12-28sctp: simplify addr copyMarcelo Ricardo Leitner2-20/+14
2016-12-28sctp: reduce indent level in sctp_sf_shut_8_4_5Marcelo Ricardo Leitner1-30/+28
2016-12-28sctp: reduce indent level at sctp_sf_tabort_8_4_8Marcelo Ricardo Leitner1-23/+21
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-55/+52
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang1-6/+0
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar2-28/+27
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2-9/+9
2016-12-26net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner5-7/+7
2016-12-25ktime: Get rid of the unionThomas Gleixner14-30/+30
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds98-98/+98
2016-12-23tipc: don't send FIN message from connectionless socketJon Paul Maloy1-11/+13
2016-12-23sctp: fix recovering from 0 win with small data chunksMarcelo Ricardo Leitner1-1/+1
2016-12-23sctp: do not loose window information if in rwnd_overMarcelo Ricardo Leitner1-1/+1
2016-12-23neigh: Send netevent after marking neigh as deadIdo Schimmel1-0/+1