summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-3028-165/+423
|\
| * net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann2013-08-301-1/+2
| * net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet2013-08-301-8/+3
| * Revert "ipv6: Don't depend on per socket memory for neighbour discovery messa...David S. Miller2013-08-301-3/+7
| * ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun2013-08-302-7/+4
| * tipc: set sk_err correctly when connection failsErik Hugne2013-08-301-2/+2
| * tcp: tcp_make_synack() should use sock_wmallocPhil Oester2013-08-301-1/+1
| * bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing2013-08-305-93/+240
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-08-2913-32/+72
| |\
| | * xfrm: Fix potential null pointer dereference in xdst_queue_outputSteffen Klassert2013-08-281-8/+1
| | * ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbsHannes Frederic Sowa2013-08-262-0/+4
| | * xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa2013-08-262-4/+6
| | * xfrm: choose protocol family by skb protocolHannes Frederic Sowa2013-08-191-1/+9
| | * ipv6: xfrm: dereference inner ipv6 header if encapsulatedHannes Frederic Sowa2013-08-191-1/+3
| | * ipv6: wire up skb->encapsulationHannes Frederic Sowa2013-08-193-0/+16
| | * xfrm: introduce helper for safe determination of mtuHannes Frederic Sowa2013-08-143-12/+5
| | * xfrm: make local error reporting more robustHannes Frederic Sowa2013-08-146-11/+33
| * | ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf2013-08-291-7/+3
| * | ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark2013-08-291-1/+2
| * | tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin2013-08-291-3/+6
| * | tcp: initialize rcv_tstamp for restored socketsAndrew Vagin2013-08-291-0/+2
| * | genl: Hold reference on correct module while netlink-dump.Pravin B Shelar2013-08-281-9/+11
| * | genl: Fix genl dumpit() locking.Pravin B Shelar2013-08-281-5/+46
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-08-272-4/+33
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-232-4/+33
| | |\ \
| | | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-222-4/+33
| | | |\ \
| | | | * | mac80211: ibss: fix ignored channel parameterSimon Wunderlich2013-08-211-4/+29
| | | | * | mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau2013-08-211-0/+3
| | | | * | mac80211: add missing channel context releaseJohannes Berg2013-08-211-0/+1
| * | | | | net: Check the correct namespace when spoofing pid over SCM_RIGHTSAndy Lutomirski2013-08-271-1/+1
| |/ / / /
* / / / / SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust2013-08-281-3/+6
|/ / / /
* | | | ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong2013-08-222-1/+24
* | | | Revert "genetlink: fix family dump race"Johannes Berg2013-08-221-7/+0
* | | | bridge: Use the correct bit length for bitmap functions in the VLAN codeToshiaki Makita2013-08-203-9/+9
* | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-08-202-17/+15
|\ \ \ \
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-192-17/+15
| |\| | |
| | * | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-152-17/+15
| | |\| |
| | | * | cfg80211: don't request disconnect if not connectedJohannes Berg2013-08-141-6/+4
| | | * | nl80211: nl80211hdr_put() doesn't return an ERR_PTRDan Carpenter2013-08-141-11/+11
* | | | | packet: restore packet statistics tp_packets to include dropsWillem de Bruijn2013-08-201-0/+2
* | | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-08-201-3/+7
|\ \ \ \ \
| * | | | | batman-adv: check return type of unicast packet preparationsLinus Lüssing2013-08-171-3/+7
| |/ / / /
* | | | | tcp: set timestamps for restored skb-sAndrey Vagin2013-08-201-0/+7
* | | | | ipv6: drop packets with multiple fragmentation headersHannes Frederic Sowa2013-08-201-0/+5
* | | | | ipv6: remove max_addresses check from ipv6_create_tempaddrHannes Frederic Sowa2013-08-201-6/+4
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-1638-90/+237
|\ \ \ \
| * | | | net_sched: restore "linklayer atm" handlingJesper Dangaard Brouer2013-08-153-0/+55
| * | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2013-08-153-4/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | openvswitch: Reset tunnel key between input and output.Jesse Gross2013-08-141-0/+1
| | * | | openvswitch: Use correct type while allocating flex array.Pravin B Shelar2013-08-141-1/+1