summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | tipc: correct usage of spin_lock() vs spin_lock_bh()Jon Paul Maloy2014-02-171-3/+3
* | | tipc: fix a loop style problemJon Paul Maloy2014-02-171-5/+5
* | | ip_tunnel: return more precise errno value when adding tunnel failsFlorian Westphal2014-02-171-5/+10
* | | openvswitch: rename ->sync to ->syncpWANG Cong2014-02-152-7/+7
* | | appletalk: fix checkpatch error with indentwangweidong2014-02-141-45/+45
* | | appletalk: fix checkpatch errors with foo* bar|foo * barwangweidong2014-02-141-2/+2
* | | appletalk: fix checkpatch errors with space required or prohibitedwangweidong2014-02-142-5/+5
* | | tcp: add pacing_rate information into tcp_infoEric Dumazet2014-02-141-0/+5
* | | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-149-80/+12
* | | net-sysfs: get_netdev_queue_index() cleanupEric Dumazet2014-02-141-6/+3
* | | sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang2014-02-141-4/+9
* | | sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sc...Yang Yingliang2014-02-141-15/+10
* | | sch_netem: return errcode before setting paramsYang Yingliang2014-02-141-10/+29
* | | ipv4: ip_forward: perform skb->pkt_type check at the beginningDenis Kirjanov2014-02-131-3/+4
* | | net: remove unnecessary return'sstephen hemminger2014-02-1311-20/+0
* | | tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-139-18/+0
* | | socket: replace some printk with pr_*Yang Yingliang2014-02-131-7/+6
* | | tipc: add node_lock protection to link lookup functionJon Paul Maloy2014-02-131-45/+65
* | | tipc: remove bearer_lock from tipc_bearer structYing Xue2014-02-133-18/+4
* | | tipc: delay delete of link when failover is neededJon Paul Maloy2014-02-134-17/+36
* | | tipc: changes to general packet reception algorithmJon Paul Maloy2014-02-131-36/+40
* | | tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy2014-02-131-11/+11
* | | tipc: more cleanup of tunnelling reception functionJon Paul Maloy2014-02-131-14/+7
* | | tipc: change signature of tunnelling reception functionJon Paul Maloy2014-02-131-10/+4
* | | tipc: change reception of tunnelled failover packetsJon Paul Maloy2014-02-131-28/+47
* | | tipc: change reception of tunnelled duplicate packetsJon Paul Maloy2014-02-131-21/+32
* | | tipc: remove 'links' list from tipc_bearer structYing Xue2014-02-135-54/+30
* | | tipc: redefine 'started' flag in struct link to bitmapYing Xue2014-02-132-13/+13
* | | tipc: move code for deleting links from bearer.c to link.cYing Xue2014-02-133-5/+11
* | | tipc: move code for resetting links from bearer.c to link.cYing Xue2014-02-133-10/+14
* | | tipc: stricter behavior of message reassembly functionJon Paul Maloy2014-02-133-13/+15
* | | tipc: explicitly include core.h in addr.hAndreas Bofjäll2014-02-131-0/+2
* | | ipx: implement shutdown()Sabrina Dubroca2014-02-121-2/+26
* | | net_sched: act: clean up tca_action_flush()WANG Cong2014-02-121-30/+23
* | | net_sched: act: refuse to remove bound action outsideWANG Cong2014-02-121-6/+20
* | | net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong2014-02-1210-81/+28
* | | net_sched: act: refactor cleanup opsWANG Cong2014-02-1210-63/+21
* | | net_sched: act: hide struct tcf_common from APIWANG Cong2014-02-1210-181/+112
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-02-1168-459/+804
|\ \
| * | 6lowpan: fix lockdep splatsEric Dumazet2014-02-101-0/+20
| * | 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao2014-02-101-1/+4
| * | tcp: tsq: fix nonagle handlingJohn Ogness2014-02-101-2/+11
| * | bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita2014-02-101-1/+5
| * | bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita2014-02-103-9/+23
| * | bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita2014-02-101-19/+6
| * | bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita2014-02-101-25/+32
| * | bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita2014-02-103-1/+34
| * | bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita2014-02-103-4/+5
| * | bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita2014-02-101-1/+1
| * | bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita2014-02-101-9/+20
OpenPOWER on IntegriCloud