summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | smc: no consumer update in tasklet contextUrsula Braun2017-12-072-16/+5Star
* | | smc: cleanup close checking during data receivalUrsula Braun2017-12-071-4/+1Star
* | | smc: no update for unused sk_write_pendingUrsula Braun2017-12-071-2/+0Star
* | | smc: improve smc_clc_send_decline() error handlingUrsula Braun2017-12-072-7/+4Star
* | | smc: make smc_close_active_abort() staticUrsula Braun2017-12-072-2/+1Star
* | | net: dsa: Allow compiling out legacy supportFlorian Fainelli2017-12-075-21/+40
* | | rds: debug: fix null check on static arrayPrashant Bhole2017-12-061-2/+2
* | | act_mirred: get rid of mirred_list_lock spinlockCong Wang2017-12-061-9/+1Star
* | | act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-062-8/+4Star
* | | ip6_gre: add ip6 erspan collect_md modeWilliam Tu2017-12-061-25/+85
* | | net_sched: remove unused parameter from act cleanup opsCong Wang2017-12-0611-15/+15
* | | net: dsa: assign a CPU port to DSA portVivien Didelot2017-12-061-1/+1
* | | net: sched: sch_api: rearrange init handlingAlexander Aring2017-12-051-41/+47
* | | net: sched: sch_api: fix code style issuesAlexander Aring2017-12-051-5/+6
* | | net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang2017-12-051-21/+9Star
* | | flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman2017-12-052-7/+6Star
* | | rtnetlink: fix rtnl_link msghandler rcu annotationsFlorian Westphal2017-12-051-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-0517-74/+131
|\ \ \ | |/ / |/| / | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-0415-74/+124
| |\
| | * tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-032-23/+46
| | * rxrpc: Use correct netns source in rxrpc_release_sock()David Howells2017-12-031-2/+3
| | * tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-011-4/+0Star
| | * tcp/dccp: block bh before arming time_wait timerEric Dumazet2017-12-012-0/+12
| | * sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long2017-12-012-1/+6
| | * sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-012-4/+15
| | * sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long2017-12-011-2/+4
| | * sit: update frag_off infoHangbin Liu2017-11-301-0/+1
| | * tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet2017-11-301-1/+0Star
| | * act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang2017-11-301-11/+3Star
| | * Merge tag 'rxrpc-fixes-20171129' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2017-11-305-27/+35
| | |\
| | | * rxrpc: Fix variable overwriteGustavo A. R. Silva2017-11-292-2/+2
| | | * rxrpc: Fix ACK generation from the connection event processorDavid Howells2017-11-291-21/+29
| | | * rxrpc: Clean up whitespaceDavid Howells2017-11-293-4/+4
| * | | Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-022-0/+7
| |\ \ \ | | |/ / | |/| |
| | * | SUNRPC: Handle ENETDOWN errorsTrond Myklebust2017-11-302-0/+6
| | * | SUNRPC: Allow connect to return EHOSTUNREACHTrond Myklebust2017-11-291-0/+1
* | | | rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal2017-12-044-12/+26
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-042-18/+41
|\ \ \ \
| * | | | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-7/+22
| * | | | net: xdp: avoid output parameters when querying XDP progJakub Kicinski2017-12-032-11/+19
* | | | | rtnetlink: remove __rtnl_registerFlorian Westphal2017-12-045-53/+61
* | | | | net: use rtnl_register_module where neededFlorian Westphal2017-12-048-32/+55
* | | | | rtnetlink: get reference on module before invoking handlersFlorian Westphal2017-12-041-35/+78
* | | | | net: rtnetlink: use rcu to free rtnl message handlersFlorian Westphal2017-12-041-53/+101
* | | | | bpf: allow disabling tunnel csum for ipv6William Tu2017-12-041-2/+3
* | | | | ip6_gre: add ip6 gre and gretap collect_md modeWilliam Tu2017-12-042-11/+99
* | | | | tcp: Enable 2nd listener hashtable in TCPMartin KaFai Lau2017-12-031-0/+3
* | | | | inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2017-12-032-9/+225
* | | | | udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2017-12-032-38/+16Star
* | | | | inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau2017-12-031-2/+9