summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: take net hdr len into account for esp payload size calculationBenjamin Poirier2012-06-102-26/+16
* l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC caseJames Chapman2012-06-101-6/+24
* ipv6: fix incorrect ipsec fragmentGao feng2012-06-102-18/+53
* ipv4: fix the rcu race between free_fib_info and ip_route_output_slowYanmin Zhang2012-06-101-6/+6
* sunrpc: fix loss of task->tk_status after rpc_delay call in xprt_alloc_slotTrond Myklebust2012-06-102-2/+5
* mac80211: fix ADDBA declined after suspend with wowlanEyal Shapira2012-06-101-6/+6
* cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDBLuis R. Rodriguez2012-06-011-0/+10
* pktgen: fix module unload for goodEric Dumazet2012-05-181-2/+2
* tcp: do_tcp_sendpages() must try to push data out on oom conditionsWilly Tarreau2012-05-171-2/+1
* netfilter: ipset: fix hash size checking in kernelJozsef Kadlecsik2012-05-167-21/+49
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-155-7/+31
|\
| * Bluetooth: mgmt: Fix device_connected sending orderJohan Hedberg2012-05-142-2/+10
| * Bluetooth: notify userspace of security level changeGustavo Padovan2012-05-144-5/+21
* | openvswitch: checking wrong variable in queue_userspace_packet()Dan Carpenter2012-05-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-128-65/+36
|\ \
| * | sctp: check cached dst before using itNicolas Dichtel2012-05-102-20/+1
| * | pktgen: fix crash at module unloadEric Dumazet2012-05-101-2/+8
| * | Revert "net: maintain namespace isolation between vlan and real device"David S. Miller2012-05-102-32/+6
| * | ipv4: Do not use dead fib_info entries.David S. Miller2012-05-101-0/+2
| * | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2012-05-082-11/+19
| |\ \
| | * | openvswitch: Validation of IPv6 set port action uses IPv4 headerPravin B Shelar2012-05-071-7/+15
| | * | openvswitch: Release rtnl_lock if ovs_vport_cmd_build_info() failed.Ansis Atteka2012-05-031-3/+2
| | * | openvswitch: Add length check when retrieving TCP flags.Jesse Gross2012-04-021-1/+2
* | | | Merge tag 'nfs-for-3.4-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-05-101-3/+4
|\ \ \ \ | |/ / / |/| | |
| * | | auth_gss: the list of pseudoflavors not being parsed correctlySteve Dickson2012-05-031-3/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-05-0327-106/+246
|\ \ \ \ | |/ / / |/| | |
| * | | tcp: change tcp_adv_win_scale and tcp_rmem[2]Eric Dumazet2012-05-022-5/+6
| * | | net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin2012-05-021-1/+2
| * | | drop_monitor: prevent init path from scheduling on the wrong cpuNeil Horman2012-05-021-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/+2
| * | | | 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