summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-06-08net: Reduce queue allocation to one in kdump kernelHariprasad Shenai
2016-06-08l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault
2016-06-08ila: Perform only one translation in forwarding pathTom Herbert
2016-06-08net-sysfs: fix missing <linux/of_net.h>Ben Dooks
2016-06-08tcp: accept RST if SEQ matches right edge of right-most SACK blockPau Espin Pedrol
2016-06-08bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita
2016-06-08net: vrf: ipv6 support for local traffic to local addressesDavid Ahern
2016-06-07gue: Implement direction IP encapsulationTom Herbert
2016-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-06-07tcp: record TLP and ER timer stats in v6 statsYuchung Cheng
2016-06-07net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann
2016-06-07act_police: fix a crash during removalWANG Cong
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet
2016-06-07fq_codel: return non zero qlen in class dumpsEric Dumazet
2016-06-07net: cls_u32: be more strict about skip-sw flagJakub Kicinski
2016-06-07net: cls_u32: fix error code for invalid flagsJakub Kicinski
2016-06-07net sched: indentation and other OCD stylistic fixesJamal Hadi Salim
2016-06-07net sched actions: aggregate dumping of actions timeinfoJamal Hadi Salim
2016-06-07net sched actions: introduce timestamp for firsttime useJamal Hadi Salim
2016-06-07net sched: actions use tcf_lastuse_update for consistencyJamal Hadi Salim
2016-06-07net/sched: cls_flower: Introduce support in SKIP SW flagAmir Vadai
2016-06-07net: get rid of spin_trylock() in net_tx_action()Eric Dumazet
2016-06-07rxrpc: fix ptr_ret.cocci warningsWu Fengguang
2016-06-07RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan
2016-06-07RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...Sowmini Varadhan
2016-06-07RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safelySowmini Varadhan
2016-06-07fq_codel: fix NET_XMIT_CN behaviorEric Dumazet
2016-06-06net_sched: keep backlog updated with qlenWANG Cong
2016-06-06soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPFHelge Deller
2016-06-05net: disable fragment reassembly if high_thresh is zeroMichal Kubeček
2016-06-06ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni
2016-06-04net: dsa: Add new binding implementationAndrew Lunn
2016-06-04net: dsa: Make mdio bus optionalAndrew Lunn
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn
2016-06-04net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn
2016-06-04net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn
2016-06-04net: dsa: slave: Remove MDIO address from switch MDIO bus nameAndrew Lunn
2016-06-04net: dsa: slave: chip data is optional, don't dereference NULLAndrew Lunn
2016-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2016-06-03net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu()David S. Miller
2016-06-03sctp: Fix warning in sctp_packet_transmit_chunk()David S. Miller
2016-06-03rxrpc: Use pr_<level> and pr_fmt, reduce object size a few KBJoe Perches
2016-06-03sctp: improve debug message to also log curr pkt and new chunk sizeMarcelo Ricardo Leitner
2016-06-03sctp: Add GSO supportMarcelo Ricardo Leitner
2016-06-03sctp: delay as much as possible skb_linearizeMarcelo Ricardo Leitner