summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipvs: fix ip_vs_try_bind_dest to rebind app and transmitterJulian Anastasov2012-05-081-7/+26
* ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_destJulian Anastasov2012-05-081-5/+5
* ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup serverJulian Anastasov2012-05-081-1/+1
* ipvs: use GFP_KERNEL allocation where possibleSasha Levin2012-05-081-1/+1
* ipvs: SH scheduler does not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov2012-05-081-1/+1
* ipvs: WRR scheduler does not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* ipvs: DH scheduler does not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* ipvs: LBLC scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov2012-05-081-1/+1
* ipvs: timeout tables do not need GFP_ATOMIC allocationJulian Anastasov2012-05-081-1/+1
* netfilter: bridge: optionally set indev to vlanPablo Neira Ayuso2012-05-081-2/+24
* netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond2012-05-082-19/+105
* netfilter: nf_ct_ecache: refactor notifier registrationTony Zelenoff2012-05-081-6/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-0830-126/+296
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-0427-106/+246
| |\
| | * tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2012-05-032-5/+6
| | * net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin2012-05-031-1/+2
| | * drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman2012-05-031-5/+7
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-014-16/+19
| | |\
| | | * mac80211: fix AP mode EAP tx for VLAN stationsFelix Fietkau2012-04-301-1/+2
| | | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-04-273-15/+17
| | | |\
| | | | * Bluetooth: Fix missing break in hci_cmd_complete_evtSzymon Janc2012-04-241-0/+1
| | | | * Bluetooth: Temporary keys should be retained during connectionVishal Agarwal2012-04-162-4/+4
| | | | * Bluetooth: hci_persistent_key should return boolVishal Agarwal2012-04-162-11/+12
| | * | | netem: fix possible skb leakEric Dumazet2012-05-011-4/+2Star
| | * | | tcp: fix infinite cwnd in tcp_complete_cwr()Yuchung Cheng2012-04-301-3/+6
| | * | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-04-3010-39/+91
| | |\ \ \
| | | * | | netfilter: xt_CT: fix wrong checking in the timeout assignment pathPablo Neira Ayuso2012-04-301-1/+1
| | | * | | ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2012-04-302-22/+39
| | | * | | ipvs: take care of return value from protocol init_netnsHans Schillstrom2012-04-304-5/+21
| | | * | | ipvs: null check of net->ipvs in lblc(r) shedulersHans Schillstrom2012-04-302-0/+6
| | | * | | ipvs: reset ipvs pointer in netnsJulian Anastasov2012-04-261-0/+2
| | | * | | ipvs: add check in ftp for initialized coreJulian Anastasov2012-04-261-0/+2
| | | * | | ipvs: fix crash in ip_vs_control_net_cleanup on unloadJulian Anastasov2012-04-251-2/+2
| | | * | | ipvs: Verify that IP_VS protocol has been registeredSasha Levin2012-04-251-9/+18
| | * | | | drop_monitor: Make updating data->skb smp safeNeil Horman2012-04-281-16/+54
| | * | | | drop_monitor: fix sleeping in invalid context warningNeil Horman2012-04-281-7/+7
| | * | | | tcp: clean up use of jiffies in tcp_rcv_rtt_measure()Neal Cardwell2012-04-271-1/+1
| | * | | | 6lowpan: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com2012-04-261-0/+2
| | * | | | 6lowpan: clean up fragments list if module unloadedalex.bluesman.smirnov@gmail.com2012-04-261-2/+11
| | * | | | 6lowpan: fix segmentation fault caused by mlme requestalex.bluesman.smirnov@gmail.com2012-04-261-0/+25
| | * | | | udp_diag: implement idiag_get_info for udp/udplite to get queue informationShan Wei2012-04-262-1/+10
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-253-4/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | mac80211: call ieee80211_mgd_stop() on interface stopEliad Peller2012-04-243-4/+4
| | * | | | set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)2012-04-242-6/+3Star
| * | | | | SUNRPC: RPC client must use the current utsname hostname stringTrond Myklebust2012-04-301-4/+10
| * | | | | SUNRPC: traverse clients tree on PipeFS eventStanislav Kinsbursky2012-04-271-4/+25
| * | | | | SUNRPC: set per-net PipeFS superblock before notificationStanislav Kinsbursky2012-04-271-1/+2
| * | | | | SUNRPC: skip clients with program without PipeFS entriesStanislav Kinsbursky2012-04-271-2/+2
| * | | | | SUNRPC: skip dead but not buried clients on PipeFS eventsStanislav Kinsbursky2012-04-271-1/+2