summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-07caif: remove duplicate initializationDan Carpenter1-2/+1
2012-02-07net/sched: sch_plug - Queue traffic until an explicit release commandShriram Rajagopalan3-0/+260
2012-02-07Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller7-260/+255
2012-02-07tipc: Minor optimization to rejection of connection-based messagesAllan Stephens1-2/+3
2012-02-07tipc: Eliminate alteration of publication key during name table purgingAllan Stephens1-4/+0
2012-02-07tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens1-22/+42
2012-02-07tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens1-3/+10
2012-02-07tipc: Remove obsolete broadcast tag capabilityAllan Stephens3-9/+1
2012-02-07tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens5-165/+100
2012-02-07tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens1-0/+11
2012-02-07tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens1-0/+2
2012-02-07tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens1-18/+40
2012-02-07tipc: Add missing broadcast link lock when sending NACKAllan Stephens1-0/+2
2012-02-07tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens1-2/+5
2012-02-07tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens3-4/+8
2012-02-07tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens1-4/+5
2012-02-07tipc: Prevent transmission of outdated link protocol messagesAllan Stephens1-26/+27
2012-02-07tipc: improve the link deferred queue insertion algorithmAllan Stephens1-25/+23
2012-02-07Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller31-304/+868
2012-02-07net: Make qdisc_skb_cb upper size bound explicit.David S. Miller4-9/+5
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville31-304/+868
2012-02-06caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it.Jesper Juhl1-2/+0
2012-02-06decnet: remove unused variable from dn_output()Jesper Juhl1-2/+1
2012-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-96/+99
2012-02-05netprio_cgroup: Fix obo in get_prioidxNeil Horman1-3/+4
2012-02-05caif: Add drop count for caif_net device.sjur.brandeland@stericsson.com1-6/+6
2012-02-05caif: Kill debugfs vars for caif socketsjur.brandeland@stericsson.com1-112/+1
2012-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-02-02caif: Bugfix double kfree_skb upon xmit failureDmitry Tarnyagin1-4/+6
2012-02-02caif: Bugfix list_del_rcu race in cfmuxl_ctrlcmd.sjur.brandeland@stericsson.com1-9/+3
2012-02-02tcp: properly initialize tcp memory limitsJason Wang2-8/+2
2012-02-02atm: clip: Convert over to dst_neigh_lookup().David S. Miller1-4/+13
2012-02-02decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller1-9/+15
2012-02-02ipv6: Remove never used function inet6_ac_check().David S. Miller1-29/+0
2012-02-02PATCH V2 net-next] net: dev: Convert printks to pr_<level>Joe Perches1-55/+39
2012-02-02mac80211: timeout a single frame in the rx reorder bufferEliad Peller1-1/+1
2012-02-01ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings1-0/+2
2012-02-01net: Disambiguate kernel messageArun Sharma2-8/+16
2012-02-01netpoll: Neaten MAX_SKB_SIZE macroJoe Perches1-3/+5
2012-02-01netpoll: Convert printks to np_<level> and add pr_fmtJoe Perches1-35/+28
2012-02-01tcp: md5: RST: getting md5 key from listenerShawn Lu2-5/+83
2012-02-01xfrm6: remove unneeded NULL check in __xfrm6_output()Dan Carpenter1-1/+1
2012-02-01tcp: md5: protects md5sig_info with RCUEric Dumazet2-14/+20
2012-02-01tcp: md5: use sock_kmalloc() to limit md5 keysEric Dumazet1-2/+4
2012-01-31tcp: md5: rcu conversionEric Dumazet3-301/+111
2012-01-31tcp: md5: remove obsolete md5_add() methodEric Dumazet2-17/+0
2012-01-31mac80211: Move num_sta_ps counter decrement after synchronize_rcuHelmut Schaa1-9/+9
2012-01-31mac80211: add support for mcs masksSimon Wunderlich6-9/+167
2012-01-31nl80211: add support for mcs masksSimon Wunderlich1-1/+60
2012-01-31mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_endHelmut Schaa2-7/+5