summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-02-08af_iucv: allow retrieval of maximum message sizeUrsula Braun
2012-02-08af_iucv: change net_device handling for HS transportUrsula Braun
2012-02-08af_iucv: block writing if msg limit is exceededUrsula Braun
2012-02-08af_iucv: remove IUCV-pathes completelyUrsula Braun
2012-02-08ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover
2012-02-08gro: more generic L2 header checkEric Dumazet
2012-02-07caif: remove duplicate initializationDan Carpenter
2012-02-07net/sched: sch_plug - Queue traffic until an explicit release commandShriram Rajagopalan
2012-02-07Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2012-02-06tipc: Minor optimization to rejection of connection-based messagesAllan Stephens
2012-02-06tipc: Eliminate alteration of publication key during name table purgingAllan Stephens
2012-02-06tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens
2012-02-06tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens
2012-02-06tipc: Remove obsolete broadcast tag capabilityAllan Stephens
2012-02-06tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens
2012-02-06tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens
2012-02-06tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens
2012-02-06tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens
2012-02-06tipc: Add missing broadcast link lock when sending NACKAllan Stephens
2012-02-06tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens
2012-02-06tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens
2012-02-06tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens
2012-02-06tipc: Prevent transmission of outdated link protocol messagesAllan Stephens
2012-02-06tipc: improve the link deferred queue insertion algorithmAllan Stephens
2012-02-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-02-06net: Make qdisc_skb_cb upper size bound explicit.David S. Miller
2012-02-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-05caif: caifdev is never used in net/caif/caif_dev.c::transmit() - remove it.Jesper Juhl
2012-02-05decnet: remove unused variable from dn_output()Jesper Juhl
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-04netprio_cgroup: Fix obo in get_prioidxNeil Horman
2012-02-04caif: Add drop count for caif_net device.sjur.brandeland@stericsson.com
2012-02-04caif: Kill debugfs vars for caif socketsjur.brandeland@stericsson.com
2012-02-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-02-02caif: Bugfix double kfree_skb upon xmit failureDmitry Tarnyagin
2012-02-02caif: Bugfix list_del_rcu race in cfmuxl_ctrlcmd.sjur.brandeland@stericsson.com
2012-02-02tcp: properly initialize tcp memory limitsJason Wang
2012-02-01atm: clip: Convert over to dst_neigh_lookup().David S. Miller
2012-02-01decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller
2012-02-01ipv6: Remove never used function inet6_ac_check().David S. Miller
2012-02-01PATCH V2 net-next] net: dev: Convert printks to pr_<level>Joe Perches
2012-02-01mac80211: timeout a single frame in the rx reorder bufferEliad Peller
2012-02-01ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings
2012-02-01net: Disambiguate kernel messageArun Sharma
2012-02-01netpoll: Neaten MAX_SKB_SIZE macroJoe Perches
2012-02-01netpoll: Convert printks to np_<level> and add pr_fmtJoe Perches
2012-02-01tcp: md5: RST: getting md5 key from listenerShawn Lu
2012-02-01xfrm6: remove unneeded NULL check in __xfrm6_output()Dan Carpenter
2012-02-01tcp: md5: protects md5sig_info with RCUEric Dumazet