summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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/+10Star
* 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-141-3/+4
* net: remove unnecessary return'sstephen hemminger2014-02-1411-20/+0Star
* tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-149-18/+0Star
* socket: replace some printk with pr_*Yang Yingliang2014-02-141-7/+6Star
* 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/+4Star
* 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/+7Star
* tipc: change signature of tunnelling reception functionJon Paul Maloy2014-02-131-10/+4Star
* 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/+30Star
* 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-131-2/+26
* net_sched: act: clean up tca_action_flush()WANG Cong2014-02-131-30/+23Star
* net_sched: act: refuse to remove bound action outsideWANG Cong2014-02-131-6/+20
* net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong2014-02-1310-81/+28Star
* net_sched: act: refactor cleanup opsWANG Cong2014-02-1310-63/+21Star
* net_sched: act: hide struct tcf_common from APIWANG Cong2014-02-1310-181/+112Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-02-1168-459/+804
|\
| * 6lowpan: fix lockdep splatsEric Dumazet2014-02-111-0/+20
| * 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao2014-02-111-1/+4
| * tcp: tsq: fix nonagle handlingJohn Ogness2014-02-111-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/+6Star
| * 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
| * bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita2014-02-103-7/+16
| * tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl2014-02-101-1/+1
| * net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski2014-02-101-0/+7
| * 6lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer2014-02-101-3/+0Star
| * ipv6: icmp6_send: fix Oops when pinging a not set up IPv6 peer on a sit tunnelFX Le Bail2014-02-101-1/+1
| * net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria2014-02-101-3/+3
| * net: Include appropriate header file in netfilter/nft_lookup.cRashika Kheria2014-02-101-0/+1
| * net: Move prototype declaration to header file include/net/net_namespace.h fr...Rashika Kheria2014-02-101-8/+1Star
| * net: Move prototype declaration to header file include/net/datalink.h from ne...Rashika Kheria2014-02-101-3/+1Star
| * net: Move prototype declaration to header file include/net/ipx.h from net/ipx...Rashika Kheria2014-02-101-9/+0Star