summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-04-30Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller10-39/+91
2012-04-30l2tp: Add missing net/net/ip6_checksum.h include.David S. Miller1-0/+1
2012-04-30SUNRPC: RPC client must use the current utsname hostname stringTrond Myklebust1-4/+10
2012-04-30netfilter: xt_CT: fix wrong checking in the timeout assignment pathPablo Neira Ayuso1-1/+1
2012-04-30ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2-22/+39
2012-04-30ipvs: take care of return value from protocol init_netnsHans Schillstrom4-5/+21
2012-04-30ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom2-0/+6
2012-04-28net/l2tp: add support for L2TP over IPv6 UDPBenjamin LaHaise2-13/+118
2012-04-28net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6Benjamin LaHaise1-0/+39
2012-04-28net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()Benjamin LaHaise1-53/+44
2012-04-28net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skbBenjamin LaHaise1-15/+27
2012-04-28net: Fixed a coding style issue related to spaces.Jeffrin Jose1-1/+1
2012-04-28drop_monitor: Make updating data->skb smp safeNeil Horman1-16/+54
2012-04-28drop_monitor: fix sleeping in invalid context warningNeil Horman1-7/+7
2012-04-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville3-15/+17
2012-04-27SUNRPC: traverse clients tree on PipeFS eventStanislav Kinsbursky1-4/+25
2012-04-27SUNRPC: set per-net PipeFS superblock before notificationStanislav Kinsbursky1-1/+2
2012-04-27SUNRPC: skip clients with program without PipeFS entriesStanislav Kinsbursky1-2/+2
2012-04-27SUNRPC: skip dead but not buried clients on PipeFS eventsStanislav Kinsbursky1-1/+2
2012-04-27tcp: clean up use of jiffies in tcp_rcv_rtt_measure()Neal Cardwell1-1/+1
2012-04-27tipc: Reject payload messages with invalid message typeAllan Stephens1-5/+2
2012-04-27net: cleanups in sock_setsockopt()Eric Dumazet1-27/+15
2012-04-27crush: include header for global symbolshartleys1-0/+1
2012-04-27ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet2-2/+18
2012-04-26tipc: Enhance error checking of published namesAllan Stephens2-7/+4
2012-04-26tipc: Create helper routine to delete unused name sequence structureAllan Stephens1-12/+15
2012-04-26tipc: remove redundant memset and stale comment from subscr.cAllan Stephens1-2/+0
2012-04-26tipc: Optimize initialization of network topology serviceAllan Stephens1-1/+1
2012-04-26tipc: Enhance re-initialization of network topology serviceAllan Stephens1-3/+0
2012-04-26tipc: Optimize termination of configuration serviceAllan Stephens1-4/+2
2012-04-26tipc: Optimize initialization of configuration serviceAllan Stephens1-1/+1
2012-04-26tipc: Optimize re-initialization of configuration serviceAllan Stephens3-2/+17
2012-04-26Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller15-118/+229
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-118/+229
2012-04-26tcp repair: Fix unaligned access when repairing options (v2)Pavel Emelyanov1-39/+21
2012-04-266lowpan: duplicate definition of IEEE802154_ALENalex.bluesman.smirnov@gmail.com2-5/+2
2012-04-266lowpan: move frame allocation code to a separate functionalex.bluesman.smirnov@gmail.com1-33/+48
2012-04-266lowpan: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com1-0/+2
2012-04-266lowpan: clean up fragments list if module unloadedalex.bluesman.smirnov@gmail.com1-2/+11
2012-04-266lowpan: fix segmentation fault caused by mlme requestalex.bluesman.smirnov@gmail.com1-0/+25
2012-04-26ipvs: reset ipvs pointer in netnsJulian Anastasov1-0/+2
2012-04-26ipvs: add check in ftp for initialized coreJulian Anastasov1-0/+2
2012-04-25Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+9
2012-04-25net: sock_diag_handler structs can be constShan Wei3-9/+9
2012-04-25udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei2-1/+10
2012-04-25ipv6: call consume_skb() in frag/reassemblyEric Dumazet2-3/+3
2012-04-25net: dcb: add CEE notify callsJohn Fastabend1-0/+2
2012-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+4
2012-04-25ipvs: fix crash in ip_vs_control_net_cleanup on unloadJulian Anastasov1-2/+2
2012-04-25ipvs: Verify that IP_VS protocol has been registeredSasha Levin1-9/+18