summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-09-19sched: don't use skb queue helpersFlorian Westphal
2016-09-19pie: use qdisc_dequeue_head wrapperFlorian Westphal
2016-09-19sctp: Remove some redundant codeChristophe Jaillet
2016-09-19net: Add _nf_(un)register_hooks symbolsMahesh Bandewar
2016-09-19ipv6: Export p6_route_input_lookup symbolMahesh Bandewar
2016-09-18net: core: Add offload stats to if_stats_msgNogah Frankel
2016-09-18Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller
2016-09-18pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo
2016-09-18openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo
2016-09-18sctp: not return ENOMEM err back in sctp_packet_transmitXin Long
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long
2016-09-18sctp: save transmit error to sk_err in sctp_outq_flushXin Long
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long
2016-09-18sctp: do not return the transmit err back to sctp_sendmsgXin Long
2016-09-18sctp: remove the unnecessary state check in sctp_outq_tailXin Long
2016-09-17ip6_tunnel: add collect_md mode to IPv6 tunnelsAlexei Starovoitov
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: 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
2016-09-15mac80211: fix scan completed tracingJohannes Berg
2016-09-15mac80211: fix possible out-of-bounds accessJohannes Berg
2016-09-15cfg80211: allow connect keys only with default (TX) keyJohannes Berg
2016-09-13rxrpc: Add IPv6 supportDavid Howells
2016-09-13rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells
2016-09-13rxrpc: Don't specify protocol to when creating transport socketDavid Howells
2016-09-13rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells