aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-19sctp: Remove some redundant codeChristophe Jaillet1-3/+0
2016-09-19net: Add _nf_(un)register_hooks symbolsMahesh Bandewar1-5/+46
2016-09-19ipv6: Export p6_route_input_lookup symbolMahesh Bandewar1-3/+4
2016-09-18net: core: Add offload stats to if_stats_msgNogah Frankel1-4/+107
2016-09-18Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller30-264/+404
2016-09-18pkt_sched: fq: use proper locking in fq_dump_stats()Eric Dumazet1-14/+18
2016-09-18openvswitch: use percpu flow statsThadeu Lima de Souza Cascardo3-39/+33
2016-09-18openvswitch: fix flow stats accounting when node 0 is not possibleThadeu Lima de Souza Cascardo2-4/+7
2016-09-18sctp: not return ENOMEM err back in sctp_packet_transmitXin Long1-25/+22
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long2-17/+11
2016-09-18sctp: save transmit error to sk_err in sctp_outq_flushXin Long2-10/+14
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long3-3/+19
2016-09-18sctp: do not return the transmit err back to sctp_sendmsgXin Long1-11/+5
2016-09-18sctp: remove the unnecessary state check in sctp_outq_tailXin Long1-39/+14
2016-09-17ip6_tunnel: add collect_md mode to IPv6 tunnelsAlexei Starovoitov1-45/+133
2016-09-17ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov2-6/+105
2016-09-17l2tp: constify net_device_ops structuresJulia Lawall1-1/+1
2016-09-17llc: switch type to bool as the timeout is only tested versus 0Alan Cox1-2/+2
2016-09-17tcp: prepare skbs for better sack shiftingEric Dumazet1-7/+24
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells8-2/+34
2016-09-16cfg80211: add helper to find an IE that matches a byte-arrayLuca Coelho1-31/+27
2016-09-16mac80211: allow using AP_LINK_PS with mac80211-generated TIM IEEmmanuel Grumbach1-1/+1
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin5-0/+147
2016-09-16tcp: fix a stale ooo_last_skb after a replaceEric Dumazet1-1/+2
2016-09-16Merge tag 'rxrpc-rewrite-20160913-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller8-119/+179
2016-09-16Merge tag 'rxrpc-rewrite-20160913-1' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller11-31/+64
2016-09-15openvswitch: avoid deferred execution of recirc actionsLance Richardson1-2/+28
2016-09-15net/sched: cls_flower: Remove an unused field from the filter key structureOr Gerlitz1-1/+0
2016-09-15net/sched: cls_flower: Support masking for matching on tcp/udp portsOr Gerlitz1-8/+12
2016-09-15net_sched: Introduce skbmod actionJamal Hadi Salim3-0/+313
2016-09-15bpf: use skb_at_tc_ingress helper in tcf_bpfDaniel Borkmann1-1/+1
2016-09-15bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann2-6/+0
2016-09-15net/sched: act_tunnel_key: Remove rcu_read_lock protectionHadar Hen Zion1-13/+4
2016-09-15cfg80211: remove unnecessary pointer-ofJohannes Berg1-1/+1
2016-09-15mac80211: allow driver to handle packet-loss mechanismRajkumar Manoharan2-0/+7
2016-09-15mac80211: remove sta_remove_debugfs driver callbackJohannes Berg2-19/+0
2016-09-15mac80211: remove pointless chanctx NULL checkJohannes Berg1-4/+0
2016-09-15mac80211: remove unused assignmentJohannes Berg1-1/+0
2016-09-15nl80211: always check nla_put* return valuesJohannes Berg1-5/+8
2016-09-15nl80211: always check nla_nest_start() return valueJohannes Berg1-0/+11
2016-09-15mac80211: fix scan completed tracingJohannes Berg1-1/+1
2016-09-15mac80211: fix possible out-of-bounds accessJohannes Berg1-4/+8
2016-09-15cfg80211: allow connect keys only with default (TX) keyJohannes Berg4-2/+22
2016-09-13rxrpc: Add IPv6 supportDavid Howells7-83/+154
2016-09-13rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells2-34/+11
2016-09-13rxrpc: Don't specify protocol to when creating transport socketDavid Howells1-2/+2
2016-09-13rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells1-0/+12
2016-09-13rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells6-13/+26
2016-09-13rxrpc: Fix prealloc refcountingDavid Howells3-4/+9
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells4-2/+7