summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: remove out label in dsa_switch_setup_oneVivien Didelot2017-01-041-27/+13
* net: Assert at build time the assumptions we make about the CMSG header.David S. Miller2017-01-042-0/+5
* scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-044-11/+9
* net/sched: cls_matchall: Fix error pathYotam Gigi2017-01-041-6/+16
* tipc: reduce risk of user starvation during link congestionJon Paul Maloy2017-01-035-251/+194
* tipc: modify struct tipc_plist to be more versatileJon Paul Maloy2017-01-033-46/+83
* tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functionsJon Paul Maloy2017-01-031-59/+49
* af_packet: TX_RING support for TPACKET_V3Sowmini Varadhan2017-01-031-9/+30
* ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov2017-01-032-2/+6
* RDS: add receive message trace used by applicationSantosh Shilimkar2017-01-025-3/+76
* RDS: make message size limit compliant with specAvinash Repaka2017-01-023-1/+42
* RDS: add stat for socket recv memory usageVenkat Venkatsubra2017-01-022-0/+7
* RDS: IB: fix panic due to handlers running post teardownSantosh Shilimkar2017-01-022-0/+13
* RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar2017-01-024-11/+29
* RDS: IB: Add vector spreading for cqsSantosh Shilimkar2017-01-023-3/+53
* RDS: IB: add few useful cache stastsSantosh Shilimkar2017-01-023-0/+15
* RDS: IB: track and log active side endpoint in connectionSantosh Shilimkar2017-01-022-4/+10
* RDS: RDMA: silence the use_once mr log floodSantosh Shilimkar2017-01-021-1/+2
* RDS: IB: split the mr registration and invalidation pathSantosh Shilimkar2017-01-023-8/+16
* RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar2017-01-021-1/+10
* RDS: RDMA: start rdma listening after initQing Huang2017-01-021-8/+3
* RDS: RDMA: fix the ib_map_mr_sg_zbva() argumentSantosh Shilimkar2017-01-021-2/+3
* RDS: IB: make the transport retry count smallestSantosh Shilimkar2017-01-021-1/+1
* RDS: IB: include faddr in connection logSantosh Shilimkar2017-01-023-14/+13
* RDS: mark few internal functions static to make sparse build happySantosh Shilimkar2017-01-023-7/+8
* RDS: log the address on bind failureSantosh Shilimkar2017-01-021-2/+2
* net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2016-12-302-5/+18
* net: dsa: Implement ndo_get_phys_port_idFlorian Fainelli2016-12-301-0/+12
* net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier2016-12-293-4/+37
* sctp: refactor sctp_datamsg_from_userMarcelo Ricardo Leitner2016-12-291-75/+32
* ipv6: remove unnecessary inet6_sk checkDave Jones2016-12-291-7/+0
* ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-295-15/+14
* ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-299-37/+36
* sctp: add pr_debug for tracking asocs not foundMarcelo Ricardo Leitner2016-12-281-2/+15
* sctp: sctp_chunk_length_valid should return boolMarcelo Ricardo Leitner2016-12-281-8/+7
* sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner2016-12-282-11/+8
* sctp: simplify addr copyMarcelo Ricardo Leitner2016-12-282-20/+14
* sctp: reduce indent level in sctp_sf_shut_8_4_5Marcelo Ricardo Leitner2016-12-281-30/+28
* sctp: reduce indent level at sctp_sf_tabort_8_4_8Marcelo Ricardo Leitner2016-12-281-23/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-287-55/+52
|\
| * net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang2016-12-271-6/+0
| * openvswitch: upcall: Fix vlan handling.pravin shelar2016-12-272-28/+27
| * ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2016-12-272-9/+9
| * net, sched: fix soft lockup in tc_classifyDaniel Borkmann2016-12-261-1/+3
| * tipc: don't send FIN message from connectionless socketJon Paul Maloy2016-12-231-11/+13
* | ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-251-1/+1
* | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-255-7/+7
* | ktime: Get rid of the unionThomas Gleixner2016-12-2514-30/+30
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2498-98/+98
|/
* sctp: fix recovering from 0 win with small data chunksMarcelo Ricardo Leitner2016-12-231-1/+1