summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: eliminate race condition at multicast receptionJon Paul Maloy2015-02-068-59/+114
* tipc: simplify socket multicast receptionJon Paul Maloy2015-02-066-101/+84Star
* tipc: simplify connection abort notifications when links breakJon Paul Maloy2015-02-061-40/+29Star
* tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-0611-241/+372
* tipc: use existing sk_write_queue for outgoing packet chainJon Paul Maloy2015-02-061-18/+13Star
* tipc: split up function tipc_msg_eval()Jon Paul Maloy2015-02-063-43/+48
* tipc: enqueue arrived buffers in socket in separate functionJon Paul Maloy2015-02-061-15/+31
* tipc: simplify message forwarding and rejection in socket layerJon Paul Maloy2015-02-061-62/+58Star
* tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-0610-91/+98
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-0528-204/+274
|\
| * sit: fix some __be16/u16 mismatchesEric Dumazet2015-02-051-4/+4
| * net: remove some sparse warningsEric Dumazet2015-02-051-3/+3
| * ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca2015-02-051-2/+2
| * cls_api.c: Fix dumping of non-existing actions' stats.Ignacy Gawędzki2015-02-051-3/+4
| * pkt_sched: fq: avoid hang when quantum 0Kenneth Klette Jonassen2015-02-051-2/+8
| * net: rds: use correct size for max unacked packets and bytesSasha Levin2015-02-051-2/+2
| * ipv6: Select fragment id during UFO segmentation if not set.Vlad Yasevich2015-02-043-21/+44
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-02-036-63/+118
| |\
| | * netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()Pablo Neira Ayuso2015-01-301-2/+6
| | * ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-01-301-11/+22
| | * netfilter: nf_tables: disable preemption when restoring chain countersPablo Neira Ayuso2015-01-261-0/+2
| | * netfilter: nf_tables: validate hooks in NAT expressionsPablo Neira Ayuso2015-01-195-50/+88
| * | ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-022-32/+35
| * | net: Fix vlan_get_protocol for stacked vlanToshiaki Makita2015-01-311-30/+1Star
| * | net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara2015-01-311-1/+1
| * | netlink: fix wrong subscription bitmask to group mapping inPablo Neira2015-01-311-2/+2
| * | ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei2015-01-301-0/+3
| * | caif: remove wrong dev_net_set() callNicolas Dichtel2015-01-291-1/+0Star
| * | tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet2015-01-291-0/+1
| * | bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu2015-01-291-1/+5
| * | tcp: fix timing issue in CUBIC slope calculationNeal Cardwell2015-01-291-0/+8
| * | tcp: fix stretch ACK bugs in CUBICNeal Cardwell2015-01-291-22/+9Star
| * | tcp: fix stretch ACK bugs in RenoNeal Cardwell2015-01-291-4/+6
| * | tcp: fix the timid additive increase on stretch ACKsNeal Cardwell2015-01-291-6/+9
| * | tcp: stretch ACK fixes prepNeal Cardwell2015-01-296-9/+13
* | | Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are ...David S. Miller2015-02-051-1/+1
* | | pkt_sched: fq: better control of DDOS trafficEric Dumazet2015-02-051-2/+17
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-0515-382/+192Star
|\ \ \
| * | | net: switch sockets to ->read_iter/->write_iterAl Viro2015-02-041-29/+27Star
| * | | net/socket.c: fold do_sock_{read,write} into callersAl Viro2015-02-041-35/+21Star
| * | | net: bury net/core/iovec.c - nothing in there is used anymoreAl Viro2015-02-042-138/+1Star
| * | | tipc: tipc ->sendmsg() conversionAl Viro2015-02-042-7/+14
| * | | net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro2015-02-045-14/+12Star
| * | | ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro2015-02-043-131/+115Star
| * | | ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2015-02-042-6/+4Star
| * | | rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...Al Viro2015-02-041-3/+0Star
| * | | rxrpc: switch rxrpc_send_data() to iov_iter primitivesAl Viro2015-02-041-33/+10Star
| * | | vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro2015-02-041-2/+1Star
| * | | ipv6: rawv6_send_hdrinc(): pass msghdrAl Viro2015-02-041-4/+3Star
| * | | ipv4: raw_send_hdrinc(): pass msghdrAl Viro2015-02-041-4/+3Star