summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipvs: convert sed scheduler to rcuJulian Anastasov2013-04-021-2/+2
* ipvs: convert rr scheduler to rcuJulian Anastasov2013-04-021-20/+35
* ipvs: convert nq scheduler to rcuJulian Anastasov2013-04-021-1/+1
* ipvs: convert lc scheduler to rcuJulian Anastasov2013-04-021-1/+1
* ipvs: convert lblcr scheduler to rcuJulian Anastasov2013-04-021-81/+90
* ipvs: convert lblc scheduler to rcuJulian Anastasov2013-04-021-41/+55
* ipvs: convert dh scheduler to rcuJulian Anastasov2013-04-021-36/+45
* ipvs: add ip_vs_dest_hold and ip_vs_dest_putJulian Anastasov2013-04-023-11/+6
* ipvs: preparations for using rcu in schedulersJulian Anastasov2013-04-022-0/+14
* ipvs: change ip_vs_sched_lock to mutexJulian Anastasov2013-04-021-12/+12
* ipvs: avoid kmem_cache_zalloc in ip_vs_conn_newJulian Anastasov2013-04-021-5/+19
* ipvs: reorder keys in connection structureJulian Anastasov2013-04-021-9/+10
* ipvs: convert connection lockingJulian Anastasov2013-04-021-108/+122
* ipvs: convert locks used in persistence enginesJulian Anastasov2013-04-022-30/+14
* ipvs: remove rs_lock by using RCUJulian Anastasov2013-04-022-60/+33
* ipvs: convert app locksJulian Anastasov2013-04-025-45/+39
* ipvs: optimize dst usage for real serverJulian Anastasov2013-04-023-56/+168
* ipvs: consolidate all dst checks on transmit in one placeJulian Anastasov2013-04-021-392/+235
* ipvs: do not use skb_share_checkJulian Anastasov2013-04-021-43/+2
* ipvs: no need to reroute anymore on DNAT over loopbackJulian Anastasov2013-04-021-56/+2
* ipvs: rename functions related to dst_cache resetJulian Anastasov2013-04-022-26/+22
* ipvs: convert the IP_VS_XMIT macros to functionsJulian Anastasov2013-04-021-62/+72
* ipvs: prefer NETDEV_DOWN event to free cached dstsJulian Anastasov2013-04-021-5/+3
* ipvs: avoid routing by TOS for real serverJulian Anastasov2013-04-021-33/+25
* net: add skb_dst_set_noref_forceJulian Anastasov2013-04-021-4/+5
* net: add ETH_P_802_3_MINSimon Horman2013-03-288-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-277-38/+32
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-2632-342/+311
| |\
| | * ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2013-03-261-2/+1
| | * af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong2013-03-261-2/+2
| | * ipv6: fix bad free of addrconf_init_netHong Zhiguo2013-03-251-16/+10
| | * unix: fix a race condition in unix_release()Paul Moore2013-03-251-4/+3
| | * tcp: undo spurious timeout after SACK renegingYuchung Cheng2013-03-241-5/+2
| | * bridge: fix crash when set mac address of br interfaceHong zhi guo2013-03-241-1/+1
| | * 8021q: fix a potential use-after-freeCong Wang2013-03-241-7/+7
| | * net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet2013-03-241-1/+0
| * | Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-03-261-2/+7
| |\ \
| | * | SUNRPC: Add barriers to ensure read ordering in rpc_wake_up_task_queue_lockedTrond Myklebust2013-03-251-2/+7
* | | | net: use the frag lru_lock to protect netns_frags.nqueues updateJesper Dangaard Brouer2013-03-271-2/+0
* | | | net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loopJesper Dangaard Brouer2013-03-271-0/+3
* | | | net: core: let's use native isxdigit instead of customAndy Shevchenko2013-03-271-3/+2
* | | | net: switch to use skb_probe_transport_header()Jason Wang2013-03-271-19/+3
* | | | net: core: let skb_partial_csum_set() set transport headerJason Wang2013-03-271-0/+1
* | | | 6lowpan: use IEEE802154_ADDR_LEN instead of a magic numberTony Cheneau2013-03-271-1/+1
* | | | 6lowpan: fix a small formatting issueTony Cheneau2013-03-271-1/+1
* | | | ieee802154/dgram: Pass source address in dgram_recvmsgStephen Röttger2013-03-271-0/+10
* | | | net_sched: better precise estimation on packet length for untrusted packetsJason Wang2013-03-261-1/+7
* | | | packet: set transport header before doing xmitJason Wang2013-03-261-0/+21
* | | | 6lowpan: modify udp compression/uncompression to match the standardTony Cheneau2013-03-261-3/+36
* | | | 6lowpan: use the PANID provided by the device instead of a static valueTony Cheneau2013-03-261-2/+4
OpenPOWER on IntegriCloud