summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2016-09-17ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov
2016-09-17l2tp: constify net_device_ops structuresJulia Lawall
2016-09-17llc: switch type to bool as the timeout is only tested versus 0Alan Cox
2016-09-17tcp: prepare skbs for better sack shiftingEric Dumazet
2016-09-17rxrpc: Add config to inject packet lossDavid Howells
2016-09-17rxrpc: Improve skb tracingDavid Howells
2016-09-17rxrpc: Remove printks from rxrpc_recvmsg_data() to fix uninit varDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow what recvmsg doesDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow packets in the Rx bufferDavid Howells
2016-09-17rxrpc: Add a tracepoint to log ACK transmissionDavid Howells
2016-09-17rxrpc: Add a tracepoint to log received ACK packetsDavid Howells
2016-09-17rxrpc: Add a tracepoint to follow the life of a packet in the Tx bufferDavid Howells
2016-09-17rxrpc: Add connection tracepoint and client conn state tracepointDavid Howells
2016-09-17rxrpc: Add some additional call tracingDavid Howells
2016-09-17rxrpc: Print the packet type name in the Rx packet traceDavid Howells
2016-09-17rxrpc: Fix the basic transmit DATA packet content size at 1412 bytesDavid Howells
2016-09-17rxrpc: Be consistent about switch value in rxrpc_send_call_packet()David Howells
2016-09-17rxrpc: Don't transmit an ACK if there's no reason setDavid Howells
2016-09-17rxrpc: Fix retransmission algorithmDavid Howells
2016-09-17rxrpc: Fix the parsing of soft-ACKsDavid Howells
2016-09-17rxrpc: Fix unexposed client conn releaseDavid Howells
2016-09-17rxrpc: Call rxrpc_release_call() on error in rxrpc_new_client_call()David Howells
2016-09-17rxrpc: Fix the putting of client connectionsDavid Howells
2016-09-17rxrpc: Purge the to_be_accepted queue on socket releaseDavid Howells
2016-09-17rxrpc: Record calls that need to be acceptedDavid Howells
2016-09-17rxrpc: Fix handling of the last packet in rxrpc_recvmsg_data()David Howells
2016-09-17rxrpc: Check the return value of rxrpc_locate_data()David Howells
2016-09-17rxrpc: Move the check of rx_pkt_offset from rxrpc_locate_data() to callerDavid Howells
2016-09-17rxrpc: Remove some whitespace.David Howells
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells
2016-09-16cfg80211: add helper to find an IE that matches a byte-arrayLuca Coelho
2016-09-16mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin
2016-09-16tcp: fix a stale ooo_last_skb after a replaceEric Dumazet
2016-09-16Merge tag 'rxrpc-rewrite-20160913-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2016-09-16Merge tag 'rxrpc-rewrite-20160913-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2016-09-15openvswitch: avoid deferred execution of recirc actionsLance Richardson
2016-09-15net/sched: cls_flower: Remove an unused field from the filter key structureOr Gerlitz
2016-09-15net/sched: cls_flower: Support masking for matching on tcp/udp portsOr Gerlitz
2016-09-15net_sched: Introduce skbmod actionJamal Hadi Salim
2016-09-15bpf: use skb_at_tc_ingress helper in tcf_bpfDaniel Borkmann
2016-09-15bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann
2016-09-15net/sched: act_tunnel_key: Remove rcu_read_lock protectionHadar Hen Zion
2016-09-15cfg80211: remove unnecessary pointer-ofJohannes Berg
2016-09-15mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan
2016-09-15mac80211: remove sta_remove_debugfs driver callbackJohannes Berg
2016-09-15mac80211: remove pointless chanctx NULL checkJohannes Berg
2016-09-15mac80211: remove unused assignmentJohannes Berg
2016-09-15nl80211: always check nla_put* return valuesJohannes Berg
2016-09-15nl80211: always check nla_nest_start() return valueJohannes Berg