summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-01-02RDS: add receive message trace used by applicationSantosh Shilimkar
2017-01-02RDS: make message size limit compliant with specAvinash Repaka
2017-01-02RDS: add stat for socket recv memory usageVenkat Venkatsubra
2017-01-02RDS: IB: fix panic due to handlers running post teardownSantosh Shilimkar
2017-01-02RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar
2017-01-02RDS: IB: Add vector spreading for cqsSantosh Shilimkar
2017-01-02RDS: IB: add few useful cache stastsSantosh Shilimkar
2017-01-02RDS: IB: track and log active side endpoint in connectionSantosh Shilimkar
2017-01-02RDS: RDMA: silence the use_once mr log floodSantosh Shilimkar
2017-01-02RDS: IB: split the mr registration and invalidation pathSantosh Shilimkar
2017-01-02RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar
2017-01-02RDS: RDMA: start rdma listening after initQing Huang
2017-01-02RDS: RDMA: fix the ib_map_mr_sg_zbva() argumentSantosh Shilimkar
2017-01-02RDS: IB: make the transport retry count smallestSantosh Shilimkar
2017-01-02RDS: IB: include faddr in connection logSantosh Shilimkar
2017-01-02RDS: mark few internal functions static to make sparse build happySantosh Shilimkar
2017-01-02RDS: log the address on bind failureSantosh Shilimkar
2016-12-30net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern
2016-12-29net: dsa: Implement ndo_get_phys_port_idFlorian Fainelli
2016-12-29net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier
2016-12-29sctp: refactor sctp_datamsg_from_userMarcelo Ricardo Leitner
2016-12-29ipv6: remove unnecessary inet6_sk checkDave Jones
2016-12-29ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan
2016-12-29ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan
2016-12-28sctp: add pr_debug for tracking asocs not foundMarcelo Ricardo Leitner
2016-12-28sctp: sctp_chunk_length_valid should return boolMarcelo Ricardo Leitner
2016-12-28sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner
2016-12-28sctp: simplify addr copyMarcelo Ricardo Leitner
2016-12-28sctp: reduce indent level in sctp_sf_shut_8_4_5Marcelo Ricardo Leitner
2016-12-28sctp: reduce indent level at sctp_sf_tabort_8_4_8Marcelo Ricardo Leitner
2016-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang
2016-12-27openvswitch: upcall: Fix vlan handling.pravin shelar
2016-12-27ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan
2016-12-26net, sched: fix soft lockup in tc_classifyDaniel Borkmann
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-23tipc: don't send FIN message from connectionless socketJon Paul Maloy
2016-12-23sctp: fix recovering from 0 win with small data chunksMarcelo Ricardo Leitner
2016-12-23sctp: do not loose window information if in rwnd_overMarcelo Ricardo Leitner
2016-12-23neigh: Send netevent after marking neigh as deadIdo Schimmel
2016-12-23ipv6: handle -EFAULT from skb_copy_bitsDave Jones
2016-12-23inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn
2016-12-23net/sched: cls_flower: Mandate mask when matching on flagsOr Gerlitz
2016-12-23net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6Or Gerlitz
2016-12-22net: ipv4: Don't crash if passing a null sk to ip_do_redirect.Lorenzo Colitti
2016-12-21tcp: add a missing barrier in tcp_tasklet_func()Eric Dumazet
2016-12-20RDS: use rb_entry()Geliang Tang