summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-16openvswitch: avoid deferred execution of recirc actionsLance Richardson
2016-09-16net/sched: cls_flower: Remove an unused field from the filter key structureOr Gerlitz
2016-09-16net/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-11net: ipv6: Remove l3mdev_get_saddr6David Ahern
2016-09-11net: ipv4: Remove l3mdev_get_saddrDavid Ahern
2016-09-11net: l3mdev: remove redundant callsDavid Ahern
2016-09-11net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern
2016-09-11net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern
2016-09-11net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern
2016-09-11net: l3mdev: Add hook to output pathDavid Ahern
2016-09-11net: flow: Add l3mdev flow updateDavid Ahern
2016-09-11tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet
2016-09-11openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo
2016-09-11xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-11sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-11net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-11l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-11ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-11net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-11lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-11appletalk: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-11net/sched: Introduce act_tunnel_keyAmir Vadai
2016-09-11net/sched: cls_flower: Classify packet in ip tunnelsAmir Vadai
2016-09-11net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai
2016-09-10bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2016-09-10bpf: add own ctx rewriter on ifindex for clsact progsDaniel Borkmann