summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-09-17rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells8-2/+34
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/ke...David S. Miller8-119/+179
2016-09-16Merge tag 'rxrpc-rewrite-20160913-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller11-31/+64
2016-09-16openvswitch: avoid deferred execution of recirc actionsLance Richardson1-2/+28
2016-09-16net/sched: cls_flower: Remove an unused field from the filter key structureOr Gerlitz1-1/+0
2016-09-16net/sched: cls_flower: Support masking for matching on tcp/udp portsOr Gerlitz1-8/+12
2016-09-16net_sched: Introduce skbmod actionJamal Hadi Salim3-0/+313
2016-09-16bpf: use skb_at_tc_ingress helper in tcf_bpfDaniel Borkmann1-1/+1
2016-09-16bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann2-6/+0
2016-09-16net/sched: act_tunnel_key: Remove rcu_read_lock protectionHadar Hen Zion1-13/+4
2016-09-14rxrpc: Add IPv6 supportDavid Howells7-83/+154
2016-09-14rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells2-34/+11
2016-09-14rxrpc: Don't specify protocol to when creating transport socketDavid Howells1-2/+2
2016-09-14rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells1-0/+12
2016-09-14rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells6-13/+26
2016-09-14rxrpc: Fix prealloc refcountingDavid Howells3-4/+9
2016-09-14rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells4-2/+7
2016-09-14rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells1-3/+5
2016-09-14rxrpc: Use skb->len not skb->data_lenDavid Howells1-4/+4
2016-09-14rxrpc: Add missing unlock in rxrpc_call_accept()David Howells1-3/+5
2016-09-14rxrpc: Requeue call for recvmsg if more dataDavid Howells1-0/+4
2016-09-14rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells1-1/+1
2016-09-14rxrpc: Add missing wakeup on Tx window rotationDavid Howells1-0/+2
2016-09-14rxrpc: Make sure we initialise the peer hash keyDavid Howells1-1/+1
2016-09-13tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun1-1/+2
2016-09-13net: bridge: add helper to call /sbin/bridge-stpVivien Didelot1-12/+31
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller36-162/+235
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds35-160/+233
2016-09-11net: ipv6: Remove l3mdev_get_saddr6David Ahern2-32/+1
2016-09-11net: ipv4: Remove l3mdev_get_saddrDavid Ahern3-43/+0
2016-09-11net: l3mdev: remove redundant callsDavid Ahern8-37/+10
2016-09-11net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern2-12/+14
2016-09-11net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern1-4/+0
2016-09-11net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern2-4/+16
2016-09-11net: l3mdev: Add hook to output pathDavid Ahern4-0/+30
2016-09-11net: flow: Add l3mdev flow updateDavid Ahern3-0/+41
2016-09-11tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet1-1/+7
2016-09-11openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo1-0/+4
2016-09-11xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-11sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-11net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-3/+3
2016-09-11l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas3-5/+5
2016-09-11ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-11net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+1
2016-09-11lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-6/+6
2016-09-11appletalk: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-11net/sched: Introduce act_tunnel_keyAmir Vadai3-0/+363
2016-09-11net/sched: cls_flower: Classify packet in ip tunnelsAmir Vadai1-1/+99