summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-27netpoll: remove return value from netpoll_rx_disable()dingtianhong
2013-05-27MPLS: Add limited GSO supportSimon Horman
2013-05-25tcp: Remove 2 indentation levels in tcp_rcv_state_processJoe Perches
2013-05-25tcp: Remove another indentation level in tcp_rcv_state_processJoe Perches
2013-05-25tcp: remove one indentation level in tcp_rcv_state_process()Eric Dumazet
2013-05-25net: add netnotifier event for upper device changeJiri Pirko
2013-05-25net: ipv6: Add IPv6 support to the ping socket.Lorenzo Colitti
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-05-23bridge: Set vlan_features to allow offloads on vlans.Vlad Yasevich
2013-05-23tcp: xps: fix reordering issuesEric Dumazet
2013-05-23xfrm: properly handle invalid states as an errorTimo Teräs
2013-05-23ipv6: use ipv6_addr_scope() helperCong Wang
2013-05-23ipv6: use ipv6_addr_any() helperCong Wang
2013-05-23tcp: bug fix in proportional rate reduction.Nandita Dukkipati
2013-05-23sch_tbf: segment too big GSO packetsEric Dumazet
2013-05-22net: Loosen constraints for recalculating checksum in skb_segment()Simon Horman
2013-05-22bridge: send query as soon as leave is receivedCong Wang
2013-05-22bridge: only expire the mdb entry when query is receivedCong Wang
2013-05-22bridge: use the bridge IP addr as source addr for querierCong Wang
2013-05-21batman-adv: Avoid double freeing of bat_countersMartin Hundebøll
2013-05-20tcp: md5: remove spinlock usage in fast pathEric Dumazet
2013-05-20rps: selective flow shedding during softnet overflowWillem de Bruijn
2013-05-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-05-20ip_gre: fix a possible crash in ipgre_err()Eric Dumazet
2013-05-19tcp: remove bad timeout logic in fast recoveryYuchung Cheng
2013-05-20Hoist memcpy_fromiovec/memcpy_toiovec into lib/Rusty Russell
2013-05-19net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue.Chen Gang
2013-05-19ipv6: add support of peer addressNicolas Dichtel
2013-05-19netlabel: improve domain mapping validationPaul Moore
2013-05-18ipv6: fix possible crashes in ip6_cork_release()Eric Dumazet
2013-05-17dev: remove duplicate 'skb->dev = dev' in dev_forward_skb()Nicolas Dichtel
2013-05-17batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT codeLinus Lüssing
2013-05-16tcp: speedup tcp_fixup_rcvbuf()Eric Dumazet
2013-05-16tcp: gso: do not generate out of order packetsEric Dumazet
2013-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-05-16cfg80211: fix sending WoWLAN TCP wakeup settingsJohannes Berg
2013-05-16mac80211: report deauth to cfg80211 for local state changeJohannes Berg
2013-05-16cfg80211: fix interface down/disconnect state handlingJohannes Berg
2013-05-16mac80211: fix AP-mode frame matchingJohannes Berg
2013-05-16nl80211: Add wdev identifier to some nl80211 notificationsIlan Peer
2013-05-16mac80211: use just spin_lock() in ieee80211_get_tkip_p2k()Johannes Berg
2013-05-16mac80211: fix spurious RCU warning and update documentationFelix Fietkau
2013-05-16mac80211: fix HT beacon-based channel switch handlingJohannes Berg
2013-05-16mac80211: fix IEEE80211_SDATA_DISCONNECT_RESUMEJohannes Berg
2013-05-16cfg80211: fix WoWLAN wakeup tracingJohannes Berg
2013-05-16cfg80211: fix wiphy_register error pathJohannes Berg
2013-05-16netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundaryPablo Neira Ayuso
2013-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds