aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-25net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti6-168/+643
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller35-137/+309
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds33-86/+305
2013-05-23bridge: Set vlan_features to allow offloads on vlans.Vlad Yasevich1-6/+7
2013-05-23tcp: xps: fix reordering issuesEric Dumazet1-4/+6
2013-05-23xfrm: properly handle invalid states as an errorTimo Teräs1-0/+1
2013-05-23ipv6: use ipv6_addr_scope() helperCong Wang1-2/+1
2013-05-23ipv6: use ipv6_addr_any() helperCong Wang1-3/+3
2013-05-23tcp: bug fix in proportional rate reduction.Nandita Dukkipati1-10/+13
2013-05-23sch_tbf: segment too big GSO packetsEric Dumazet1-2/+45
2013-05-22net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman1-1/+2
2013-05-22bridge: send query as soon as leave is receivedCong Wang1-0/+26
2013-05-22bridge: only expire the mdb entry when query is receivedCong Wang2-27/+13
2013-05-22bridge: use the bridge IP addr as source addr for querierCong Wang3-1/+31
2013-05-21batman-adv: Avoid double freeing of bat_countersMartin Hundebøll2-0/+2
2013-05-20tcp: md5: remove spinlock usage in fast pathEric Dumazet3-90/+24
2013-05-20rps: selective flow shedding during softnet overflowWillem de Bruijn4-3/+177
2013-05-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville10-31/+101
2013-05-20ip_gre: fix a possible crash in ipgre_err()Eric Dumazet1-1/+2
2013-05-19tcp: remove bad timeout logic in fast recoveryYuchung Cheng1-64/+1
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell1-50/+0
2013-05-19net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.Chen Gang1-1/+1
2013-05-19ipv6: add support of peer addressNicolas Dichtel1-17/+47
2013-05-19netlabel: improve domain mapping validationPaul Moore1-0/+69
2013-05-18ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet1-1/+1
2013-05-17dev: remove duplicate 'skb->dev = dev' in dev_forward_skb()Nicolas Dichtel1-1/+0
2013-05-17batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing3-1/+23
2013-05-16tcp: speedup tcp_fixup_rcvbuf()Eric Dumazet1-3/+1
2013-05-16tcp: gso: do not generate out of order packetsEric Dumazet1-1/+21
2013-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-32/+58
2013-05-16cfg80211: fix sending WoWLAN TCP wakeup settingsJohannes Berg1-0/+2
2013-05-16mac80211: report deauth to cfg80211 for local state changeJohannes Berg1-4/+4
2013-05-16cfg80211: fix interface down/disconnect state handlingJohannes Berg2-2/+2
2013-05-16mac80211: fix AP-mode frame matchingJohannes Berg1-0/+3
2013-05-16nl80211: Add wdev identifier to some nl80211 notificationsIlan Peer1-0/+2
2013-05-16mac80211: use just spin_lock() in ieee80211_get_tkip_p2k()Johannes Berg1-2/+2
2013-05-16mac80211: fix spurious RCU warning and update documentationFelix Fietkau1-1/+8
2013-05-16mac80211: fix HT beacon-based channel switch handlingJohannes Berg1-6/+22
2013-05-16mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUMEJohannes Berg3-0/+33
2013-05-16cfg80211: fix WoWLAN wakeup tracingJohannes Berg1-10/+13
2013-05-16cfg80211: fix wiphy_register error pathJohannes Berg1-6/+10
2013-05-16netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundaryPablo Neira Ayuso1-3/+14
2013-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-1/+4
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom7-28/+36
2013-05-14net/802/mrp: fix lockdep splatEric Dumazet1-2/+2
2013-05-14tcp: fix tcp_md5_hash_skb_data()Eric Dumazet1-2/+5
2013-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-23/+65
2013-05-13libceph: init sent and completed when startingAlex Elder1-1/+4
2013-05-11xfrm6: release dev before returning errorCong Wang1-1/+3
2013-05-11ipv6,gre: do not leak info to user-spaceAmerigo Wang1-0/+2