summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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-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
2016-09-13rxrpc: Fix prealloc refcountingDavid Howells
2016-09-13rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells
2016-09-13rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells
2016-09-13rxrpc: Use skb->len not skb->data_lenDavid Howells
2016-09-13rxrpc: Add missing unlock in rxrpc_call_accept()David Howells
2016-09-13rxrpc: Requeue call for recvmsg if more dataDavid Howells
2016-09-13rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells
2016-09-13rxrpc: Add missing wakeup on Tx window rotationDavid Howells
2016-09-13rxrpc: Make sure we initialise the peer hash keyDavid Howells
2016-09-13tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun
2016-09-13net: bridge: add helper to call /sbin/bridge-stpVivien Didelot
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-09-10net: ipv6: Remove l3mdev_get_saddr6David Ahern
2016-09-10net: ipv4: Remove l3mdev_get_saddrDavid Ahern
2016-09-10net: l3mdev: remove redundant callsDavid Ahern
2016-09-10net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern
2016-09-10net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern
2016-09-10net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern
2016-09-10net: l3mdev: Add hook to output pathDavid Ahern
2016-09-10net: flow: Add l3mdev flow updateDavid Ahern
2016-09-10tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet
2016-09-10openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo
2016-09-10xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas