aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-17ieee802154: add TX power control to wpan_phyPhoebe Buckheister6-4/+64
2014-02-17tipc: correct usage of spin_lock() vs spin_lock_bh()Jon Paul Maloy1-3/+3
2014-02-17tipc: fix a loop style problemJon Paul Maloy1-5/+5
2014-02-17ip_tunnel: return more precise errno value when adding tunnel failsFlorian Westphal1-5/+10
2014-02-15openvswitch: rename ->sync to ->syncpWANG Cong2-7/+7
2014-02-14appletalk: fix checkpatch error with indentwangweidong1-45/+45
2014-02-14appletalk: fix checkpatch errors with foo* bar|foo * barwangweidong1-2/+2
2014-02-14appletalk: fix checkpatch errors with space required or prohibitedwangweidong2-5/+5
2014-02-14tcp: add pacing_rate information into tcp_infoEric Dumazet1-0/+5
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong9-80/+12
2014-02-14net-sysfs: get_netdev_queue_index() cleanupEric Dumazet1-6/+3
2014-02-14sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang1-4/+9
2014-02-14sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sched_data *"Yang Yingliang1-15/+10
2014-02-14sch_netem: return errcode before setting paramsYang Yingliang1-10/+29
2014-02-13ipv4: ip_forward: perform skb->pkt_type check at the beginningDenis Kirjanov1-3/+4
2014-02-13net: remove unnecessary return'sstephen hemminger11-20/+0
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev9-18/+0
2014-02-13socket: replace some printk with pr_*Yang Yingliang1-7/+6
2014-02-13tipc: add node_lock protection to link lookup functionJon Paul Maloy1-45/+65
2014-02-13tipc: remove bearer_lock from tipc_bearer structYing Xue3-18/+4
2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy4-17/+36
2014-02-13tipc: changes to general packet reception algorithmJon Paul Maloy1-36/+40
2014-02-13tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy1-11/+11
2014-02-13tipc: more cleanup of tunnelling reception functionJon Paul Maloy1-14/+7
2014-02-13tipc: change signature of tunnelling reception functionJon Paul Maloy1-10/+4
2014-02-13tipc: change reception of tunnelled failover packetsJon Paul Maloy1-28/+47
2014-02-13tipc: change reception of tunnelled duplicate packetsJon Paul Maloy1-21/+32
2014-02-13tipc: remove 'links' list from tipc_bearer structYing Xue5-54/+30
2014-02-13tipc: redefine 'started' flag in struct link to bitmapYing Xue2-13/+13
2014-02-13tipc: move code for deleting links from bearer.c to link.cYing Xue3-5/+11
2014-02-13tipc: move code for resetting links from bearer.c to link.cYing Xue3-10/+14
2014-02-13tipc: stricter behavior of message reassembly functionJon Paul Maloy3-13/+15
2014-02-13tipc: explicitly include core.h in addr.hAndreas Bofjäll1-0/+2
2014-02-12ipx: implement shutdown()Sabrina Dubroca1-2/+26
2014-02-12net_sched: act: clean up tca_action_flush()WANG Cong1-30/+23
2014-02-12net_sched: act: refuse to remove bound action outsideWANG Cong1-6/+20
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong10-81/+28
2014-02-12net_sched: act: refactor cleanup opsWANG Cong10-63/+21
2014-02-12net_sched: act: hide struct tcf_common from APIWANG Cong10-181/+112
2014-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds68-459/+804
2014-02-106lowpan: fix lockdep splatsEric Dumazet1-0/+20
2014-02-109p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao1-1/+4
2014-02-10tcp: tsq: fix nonagle handlingJohn Ogness1-2/+11
2014-02-10bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita1-1/+5
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita3-9/+23
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_portToshiaki Makita1-19/+6
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac_addressToshiaki Makita1-25/+32
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita3-1/+34
2014-02-10bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita3-4/+5
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita1-1/+1