summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | sctp: do not return the transmit err back to sctp_sendmsgXin Long2016-09-181-11/+5
* | sctp: remove the unnecessary state check in sctp_outq_tailXin Long2016-09-181-39/+14
* | ip6_tunnel: add collect_md mode to IPv6 tunnelsAlexei Starovoitov2016-09-171-45/+133
* | ip_tunnel: add collect_md mode to IPIP tunnelAlexei Starovoitov2016-09-172-6/+105
* | l2tp: constify net_device_ops structuresJulia Lawall2016-09-171-1/+1
* | llc: switch type to bool as the timeout is only tested versus 0Alan Cox2016-09-171-2/+2
* | tcp: prepare skbs for better sack shiftingEric Dumazet2016-09-171-7/+24
* | rxrpc: Make IPv6 support conditional on CONFIG_IPV6David Howells2016-09-178-2/+34
* | net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin2016-09-165-0/+147
* | tcp: fix a stale ooo_last_skb after a replaceEric Dumazet2016-09-161-1/+2
* | Merge tag 'rxrpc-rewrite-20160913-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-09-168-119/+179
|\ \
| * | rxrpc: Add IPv6 supportDavid Howells2016-09-137-83/+154
| * | rxrpc: Use rxrpc_extract_addr_from_skb() rather than doing this manuallyDavid Howells2016-09-132-34/+11
| * | rxrpc: Don't specify protocol to when creating transport socketDavid Howells2016-09-131-2/+2
| * | rxrpc: Create an address for sendmsg() to bind unbound socket withDavid Howells2016-09-131-0/+12
* | | Merge tag 'rxrpc-rewrite-20160913-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-09-1611-31/+64
|\ \ \ | |/ /
| * | rxrpc: Correctly initialise, limit and transmit call->rx_winsizeDavid Howells2016-09-136-13/+26
| * | rxrpc: Fix prealloc refcountingDavid Howells2016-09-133-4/+9
| * | rxrpc: Adjust the call ref tracepoint to show kernel API refsDavid Howells2016-09-134-2/+7
| * | rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells2016-09-131-3/+5
| * | rxrpc: Use skb->len not skb->data_lenDavid Howells2016-09-131-4/+4
| * | rxrpc: Add missing unlock in rxrpc_call_accept()David Howells2016-09-131-3/+5
| * | rxrpc: Requeue call for recvmsg if more dataDavid Howells2016-09-131-0/+4
| * | rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells2016-09-131-1/+1
| * | rxrpc: Add missing wakeup on Tx window rotationDavid Howells2016-09-131-0/+2
| * | rxrpc: Make sure we initialise the peer hash keyDavid Howells2016-09-131-1/+1
* | | openvswitch: avoid deferred execution of recirc actionsLance Richardson2016-09-151-2/+28
* | | net/sched: cls_flower: Remove an unused field from the filter key structureOr Gerlitz2016-09-151-1/+0
* | | net/sched: cls_flower: Support masking for matching on tcp/udp portsOr Gerlitz2016-09-151-8/+12
* | | net_sched: Introduce skbmod actionJamal Hadi Salim2016-09-153-0/+313
* | | bpf: use skb_at_tc_ingress helper in tcf_bpfDaniel Borkmann2016-09-151-1/+1
* | | bpf: drop unnecessary test in cls_bpf_classify and tcf_bpfDaniel Borkmann2016-09-152-6/+0
* | | net/sched: act_tunnel_key: Remove rcu_read_lock protectionHadar Hen Zion2016-09-151-13/+4
|/ /
* | tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun2016-09-131-1/+2
* | net: bridge: add helper to call /sbin/bridge-stpVivien Didelot2016-09-131-12/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-1236-162/+235
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-09-1235-160/+233
| |\
| | * sctp: identify chunks that need to be fragmented at IP levelMarcelo Ricardo Leitner2016-09-091-1/+12
| | * tcp: cwnd does not increase in TCP YeAHArtem Germanov2016-09-081-1/+1
| | * tcp: fastopen: avoid negative sk_forward_allocEric Dumazet2016-09-081-0/+1
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-09-086-18/+18
| | |\
| | | * xfrm: Only add l3mdev oif to dst lookupsDavid Ahern2016-08-222-2/+2
| | | * net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev2016-08-112-7/+8
| | | * xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner2016-07-291-0/+4
| | | * xfrm: get rid of another incorrect WARNVegard Nossum2016-07-271-3/+0
| | | * xfrm: get rid of incorrect WARNVegard Nossum2016-07-271-3/+1
| | | * xfrm: fix crash in XFRM_MSG_GETSA netlink handlerVegard Nossum2016-07-181-3/+3
| | * | ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun2016-09-061-0/+2
| | * | net: Don't delete routes in different VRFsMark Tomlinson2016-09-062-3/+8
| | * | ipv6: release dst in ping_v6_sendmsgDave Jones2016-09-061-2/+7