summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-02-14net: remove unnecessary return'sstephen hemminger11-20/+0
2014-02-14tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev9-18/+0
2014-02-14socket: replace some printk with pr_*Yang Yingliang1-7/+6
2014-02-14tipc: add node_lock protection to link lookup functionJon Paul Maloy1-45/+65
2014-02-14tipc: remove bearer_lock from tipc_bearer structYing Xue3-18/+4
2014-02-14tipc: delay delete of link when failover is neededJon Paul Maloy4-17/+36
2014-02-14tipc: changes to general packet reception algorithmJon Paul Maloy1-36/+40
2014-02-14tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy1-11/+11
2014-02-14tipc: more cleanup of tunnelling reception functionJon Paul Maloy1-14/+7
2014-02-14tipc: change signature of tunnelling reception functionJon Paul Maloy1-10/+4
2014-02-14tipc: change reception of tunnelled failover packetsJon Paul Maloy1-28/+47
2014-02-14tipc: change reception of tunnelled duplicate packetsJon Paul Maloy1-21/+32
2014-02-14tipc: remove 'links' list from tipc_bearer structYing Xue5-54/+30
2014-02-14tipc: redefine 'started' flag in struct link to bitmapYing Xue2-13/+13
2014-02-14tipc: move code for deleting links from bearer.c to link.cYing Xue3-5/+11
2014-02-14tipc: move code for resetting links from bearer.c to link.cYing Xue3-10/+14
2014-02-14tipc: stricter behavior of message reassembly functionJon Paul Maloy3-13/+15
2014-02-14tipc: explicitly include core.h in addr.hAndreas Bofjäll1-0/+2
2014-02-13ipx: implement shutdown()Sabrina Dubroca1-2/+26
2014-02-13net_sched: act: clean up tca_action_flush()WANG Cong1-30/+23
2014-02-13net_sched: act: refuse to remove bound action outsideWANG Cong1-6/+20
2014-02-13net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong10-81/+28
2014-02-13net_sched: act: refactor cleanup opsWANG Cong10-63/+21
2014-02-13net_sched: act: hide struct tcf_common from APIWANG Cong10-181/+112
2014-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds68-459/+804
2014-02-116lowpan: fix lockdep splatsEric Dumazet1-0/+20
2014-02-119p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao1-1/+4
2014-02-11tcp: tsq: fix nonagle handlingJohn Ogness1-2/+11
2014-02-11bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita1-1/+5
2014-02-11bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita3-9/+23
2014-02-11bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita1-19/+6
2014-02-11bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita1-25/+32
2014-02-11bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita3-1/+34
2014-02-11bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita3-4/+5
2014-02-11bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita1-1/+1
2014-02-11bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita1-9/+20
2014-02-11bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita3-7/+16
2014-02-10tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl1-1/+1
2014-02-10net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski1-0/+7
2014-02-106lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer1-3/+0
2014-02-10ipv6: icmp6_send: fix Oops when pinging a not set up IPv6 peer on a sit tunnelFX Le Bail1-1/+1
2014-02-10net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria1-3/+3
2014-02-10net: Include appropriate header file in netfilter/nft_lookup.cRashika Kheria1-0/+1
2014-02-10net: Move prototype declaration to header file include/net/net_namespace.h fr...Rashika Kheria1-8/+1
2014-02-10net: Move prototype declaration to header file include/net/datalink.h from ne...Rashika Kheria1-3/+1
2014-02-10net: Move prototype declaration to header file include/net/ipx.h from net/ipx...Rashika Kheria1-9/+0
2014-02-10net: Move prototype declaration to include/net/ipx.h from net/ipx/ipx_route.cRashika Kheria1-4/+0
2014-02-10net: Move prototype declaration to header file include/net/dn.h from net/decn...Rashika Kheria1-3/+0
2014-02-10net: Move prototype declaration to appropriate header file from decnet/af_dec...Rashika Kheria1-2/+0
2014-02-10net: Mark functions as static in core/dev.cRashika Kheria1-3/+3