summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-02-14appletalk: fix checkpatch errors with space required or prohibitedwangweidong
2014-02-14tcp: add pacing_rate information into tcp_infoEric Dumazet
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-14net-sysfs: get_netdev_queue_index() cleanupEric Dumazet
2014-02-14sch_netem: replace magic numbers with enumerate in GE modelYang Yingliang
2014-02-14sch_netem: change some func's param from "struct Qdisc *" to "struct netem_sc...Yang Yingliang
2014-02-14sch_netem: return errcode before setting paramsYang Yingliang
2014-02-13ipv4: ip_forward: perform skb->pkt_type check at the beginningDenis Kirjanov
2014-02-13net: remove unnecessary return'sstephen hemminger
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev
2014-02-13socket: replace some printk with pr_*Yang Yingliang
2014-02-13tipc: add node_lock protection to link lookup functionJon Paul Maloy
2014-02-13tipc: remove bearer_lock from tipc_bearer structYing Xue
2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy
2014-02-13tipc: changes to general packet reception algorithmJon Paul Maloy
2014-02-13tipc: rename stack variables in function tipc_link_tunnel_rcvJon Paul Maloy
2014-02-13tipc: more cleanup of tunnelling reception functionJon Paul Maloy
2014-02-13tipc: change signature of tunnelling reception functionJon Paul Maloy
2014-02-13tipc: change reception of tunnelled failover packetsJon Paul Maloy
2014-02-13tipc: change reception of tunnelled duplicate packetsJon Paul Maloy
2014-02-13tipc: remove 'links' list from tipc_bearer structYing Xue
2014-02-13tipc: redefine 'started' flag in struct link to bitmapYing Xue
2014-02-13tipc: move code for deleting links from bearer.c to link.cYing Xue
2014-02-13tipc: move code for resetting links from bearer.c to link.cYing Xue
2014-02-13tipc: stricter behavior of message reassembly functionJon Paul Maloy
2014-02-13tipc: explicitly include core.h in addr.hAndreas Bofjäll
2014-02-13ipx: implement shutdown()Sabrina Dubroca
2014-02-13net_sched: act: clean up tca_action_flush()WANG Cong
2014-02-13net_sched: act: refuse to remove bound action outsideWANG Cong
2014-02-13net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong
2014-02-13net_sched: act: refactor cleanup opsWANG Cong
2014-02-13net_sched: act: hide struct tcf_common from APIWANG Cong
2014-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-02-116lowpan: fix lockdep splatsEric Dumazet
2014-02-119p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao
2014-02-10tcp: tsq: fix nonagle handlingJohn Ogness
2014-02-10bridge: Prevent possible race condition in br_fdb_change_mac_addressToshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted when deleting vlanToshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_delete_by_...Toshiaki Makita
2014-02-10bridge: Properly check if local fdb entry can be deleted in br_fdb_change_mac...Toshiaki Makita
2014-02-10bridge: Fix the way to check if a local fdb entry can be deletedToshiaki Makita
2014-02-10bridge: Change local fdb entries whenever mac address of bridge device changesToshiaki Makita
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_change_mac_addressToshiaki Makita
2014-02-10bridge: Fix the way to insert new local fdb entries in br_fdb_changeaddrToshiaki Makita
2014-02-10bridge: Fix the way to find old local fdb entries in br_fdb_changeaddrToshiaki Makita
2014-02-10tcp: correct code comment stating 3 min timeout for FIN_WAIT2, we only do 1 minJesper Juhl
2014-02-10net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski
2014-02-106lowpan: Remove unused pointer in lowpan_header_create()Christian Engelmayer
2014-02-10ipv6: icmp6_send: fix Oops when pinging a not set up IPv6 peer on a sit tunnelFX Le Bail
2014-02-10net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria