summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: replace port pointer with socket pointer in registryJon Paul Maloy2014-08-232-16/+11Star
* tipc: use registry when scanning socketsJon Paul Maloy2014-08-238-107/+133
* tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy2014-08-233-88/+42Star
* tipc: redefine message acknowledge functionJon Paul Maloy2014-08-233-26/+20Star
* tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy2014-08-233-132/+37Star
* tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy2014-08-233-30/+11Star
* tipc: clean up socket timer functionJon Paul Maloy2014-08-232-103/+69Star
* tipc: use message to abort connections when losing contact to nodeJon Paul Maloy2014-08-233-25/+85
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-2312-91/+99
* tipc: introduce new function tipc_msg_create()Jon Paul Maloy2014-08-232-2/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-2311-46/+52
|\
| * mac80211: fix channel switch for chanctx-based driversMichal Kazior2014-08-221-1/+1
| * net: sctp: fix suboptimal edge-case on non-active active/retrans path selectionDaniel Borkmann2014-08-221-6/+3Star
| * net: sctp: spare unnecessary comparison in sctp_trans_elect_bestDaniel Borkmann2014-08-221-1/+1
| * openvswitch: fix panic with multiple vlan headersJiri Benc2014-08-221-0/+5
| * net: ipv6: fib: don't sleep inside atomic lockBenjamin Block2014-08-221-1/+1
| * sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probezhuyj2014-08-221-0/+1
| * packet: handle too big packets for PACKET_V3Eric Dumazet2014-08-222-0/+18
| * lec: Use rtnl lock/unlock when updating MTUchas williams - CONTRACTOR2014-08-221-0/+2
| * tipc: Fix build.David S. Miller2014-08-191-1/+2
| * cbq: now_rt removalVasily Averin2014-08-191-10/+1Star
| * cbq: incorrectly low bandwidth setting blocks limited trafficVasily Averin2014-08-191-24/+13Star
| * tipc: fix message importance range checkErik Hugne2014-08-172-2/+4
| * batman-adv: Fix parameter order of hlist_add_behindSven Eckelmann2014-08-171-1/+1
* | tcp: improve undo on timeoutYuchung Cheng2014-08-231-15/+11Star
* | net: remove dead code after sk_data_ready changeEric Dumazet2014-08-232-16/+1Star
* | net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet2014-08-238-16/+16
* | af_decnet: Use time_after_eqHimangi Saraogi2014-08-221-1/+2
* | decnet: Use time_after_eqHimangi Saraogi2014-08-221-1/+2
* | ipconfig: Use time_beforeHimangi Saraogi2014-08-221-1/+2
* | dn_dev: Use time_beforeHimangi Saraogi2014-08-221-1/+2
* | br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-08-221-1/+1
* | net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-221-1/+1
* | net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat2014-08-221-1/+1
* | ipv4: Restore accept_local behaviour in fib_validate_source()Sébastien Barré2014-08-221-6/+8
|/
* netlink: Annotate RCU locking for seq_file walkerThomas Graf2014-08-151-0/+2
* tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell2014-08-141-5/+3Star
* tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2014-08-142-5/+10
* tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-08-143-4/+6
* sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani2014-08-141-3/+3
* tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2014-08-142-8/+11
* net-timestamp: fix missing tcp fragmentation casesWillem de Bruijn2014-08-141-0/+17
* net-timestamp: fix missing ACK timestampWillem de Bruijn2014-08-141-5/+5
* irda: Fix rd_frame control field initialization in irlap_send_rd_frame()Maks Naumov2014-08-141-1/+1
* lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70achas williams - CONTRACTOR2014-08-141-4/+1Star
* atm/svc: Fix blocking in wait loopchas williams - CONTRACTOR2014-08-141-28/+32
* openvswitch: Fix memory leak in ovs_vport_alloc() error pathChristoph Jaeger2014-08-141-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-1416-149/+98Star
|\
| * net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-114-55/+55
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-08-116-86/+39Star
| |\