summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: add call to get configured timeoutWeston Andros Adamson2013-02-281-0/+15
* SUNRPC: Don't start the retransmission timer when out of socket spaceTrond Myklebust2013-02-221-1/+5
* sunrpc: silence build warning in gss_fill_contextJeff Layton2013-02-171-2/+1
* SUNRPC: Add missing static declaration to _gss_mech_get_by_nameTrond Myklebust2013-02-011-2/+2
* SUNRPC: Avoid RCU dereferences in the transport bind and connect codeTrond Myklebust2013-02-012-4/+4
* SUNRPC: Fix an RCU dereference in xprt_reserveTrond Myklebust2013-02-011-1/+4
* SUNRPC: Pass pointers to struct rpc_xprt to the congestion windowTrond Myklebust2013-02-012-6/+6
* SUNRPC: Fix an RCU dereference in xs_local_rpcbindTrond Myklebust2013-02-011-1/+3
* SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-013-5/+4
* SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-017-16/+18
* Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-02-011-1/+17
|\
| * SUNRPC: When changing the queue priority, ensure that we change the ownerTrond Myklebust2013-01-301-1/+17
* | SCTP: Free the per-net sysctl table on net exit. v2Vlad Yasevich2013-01-281-0/+4
* | IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar2013-01-281-1/+5
* | sctp: set association state to established in dupcook_a handlerXufeng Zhang2013-01-271-1/+3
* | ip6mr: limit IPv6 MRT_TABLE identifiersDan Carpenter2013-01-271-0/+3
* | batman-adv: filter ARP packets with invalid MAC addresses in DATMatthias Schiffer2013-01-271-0/+13
* | batman-adv: check for more types of invalid IP addresses in DATMatthias Schiffer2013-01-271-1/+3
* | batman-adv: fix skb leak in batadv_dat_snoop_incoming_arp_reply()Matthias Schiffer2013-01-271-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-236-31/+35
|\ \
| * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-226-31/+35
| |\ \
| | * | mac80211: add encrypt headroom to PERR framesBob Copeland2013-01-161-1/+3
| | * | mac80211: set NEED_TXPROCESSING for PERR framesBob Copeland2013-01-161-0/+1
| | * | mac80211: fix monitor mode injectionFelix Fietkau2013-01-161-3/+6
| | * | mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka2013-01-163-26/+14
| | * | mac80211: fix FT roamingJohannes Berg2013-01-161-1/+11
* | | | ipv4: Fix route refcount on pmtu discoverySteffen Klassert2013-01-221-2/+9
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-01-227-14/+45
|\ \ \ \
| * | | | xfrm4: Invalidate all ipv4 routes on IPsec pmtu eventsSteffen Klassert2013-01-213-6/+15
| * | | | xfrm: fix freed block size calculation in xfrm_policy_fini()Michal Kubecek2013-01-211-1/+1
| * | | | net/xfrm/xfrm_replay: avoid division by zeroNickolai Zeldovich2013-01-181-1/+3
| * | | | ah6/esp6: set transport header correctly for IPsec tunnel mode.Li RongQing2013-01-082-3/+13
| * | | | ah4/esp4: set transport header correctly for IPsec tunnel mode.Li RongQing2013-01-082-3/+13
* | | | | net: net_cls: fd passed in SCM_RIGHTS datagram not set correctlyDaniel Wagner2013-01-221-1/+4
* | | | | ipv4: Add a socket release callback for datagram socketsSteffen Klassert2013-01-214-0/+28
* | | | | ipv4: Invalidate the socket cached route on pmtu events if possibleSteffen Klassert2013-01-211-1/+41
* | | | | net: splice: fix __splice_segment()Eric Dumazet2013-01-201-13/+15
* | | | | net: splice: avoid high order page splittingEric Dumazet2013-01-201-29/+9
* | | | | tcp: fix incorrect LOCKDROPPEDICMPS counterEric Dumazet2013-01-201-5/+4
* | | | | ipv6: Add an error handler for icmp6Steffen Klassert2013-01-181-0/+12
* | | | | sctp: refactor sctp_outq_teardown to insure proper re-initalizationNeil Horman2013-01-171-4/+8
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-175-11/+14
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Bluetooth: Check if the hci connection exists in SCO shutdownGustavo Padovan2013-01-101-1/+1
| * | | | Bluetooth: Fix authentication if acl data comes before remote feature evtJaganath Kanakkassery2013-01-102-8/+11
| * | | | Bluetooth: Fix incorrect strncpy() in hidp_setup_hid()Anderson Lizardo2013-01-091-1/+1
| * | | | Bluetooth: Fix sending HCI commands after resetSzymon Janc2013-01-091-1/+1
| | |/ / | |/| |
* | | | ipv4: Don't update the pmtu on mtu locked routesSteffen Klassert2013-01-171-0/+3
* | | | ipv4: Remove output route check in ipv4_mtuSteffen Klassert2013-01-171-1/+1
* | | | ipv6: fix header length calculation in ip6_append_data()Romain KUNTZ2013-01-171-2/+2
* | | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-01-144-14/+28
|\ \ \ \
OpenPOWER on IntegriCloud