Age | Commit message (Expand) | Author | Files | Lines |
2013-05-29 | batman-adv: do not silently ignore wrong condition | Antonio Quartulli | 1 | -1/+1 |
2013-05-29 | batman-adv: don't check compat version twice | Antonio Quartulli | 1 | -7/+0 |
2013-05-29 | batman-adv: don't check the source address twice | Antonio Quartulli | 1 | -11/+1 |
2013-05-29 | batman-adv: slightly improve neighbor creation debug message | Antonio Quartulli | 1 | -1/+2 |
2013-05-29 | batman-adv: drop useless argument seqno in neighbor creation | Antonio Quartulli | 3 | -11/+7 |
2013-05-29 | batman-adv: fix typos in kernel doc & comments | Marek Lindner | 1 | -43/+39 |
2013-05-29 | batman-adv: send each broadcast only once on non-wireless interfaces | Matthias Schiffer | 4 | -1/+15 |
2013-05-29 | batman-adv: split batadv_is_wifi_iface() into two functions | Matthias Schiffer | 1 | -32/+52 |
2013-05-28 | net: Fix build warnings after mac_header and transport_header became __u16. | David S. Miller | 1 | -5/+5 |
2013-05-28 | arp: flush arp cache on IFF_NOARP change | Timo Teräs | 1 | -0/+6 |
2013-05-28 | net: pass changed flags along with NETDEV_CHANGE event | Jiri Pirko | 1 | -2/+7 |
2013-05-28 | net: pass info struct via netdevice notifier | Jiri Pirko | 51 | -93/+124 |
2013-05-27 | netpoll: remove return value from netpoll_rx_disable() | dingtianhong | 2 | -13/+5 |
2013-05-27 | MPLS: Add limited GSO support | Simon Horman | 12 | -2/+134 |
2013-05-25 | tcp: Remove 2 indentation levels in tcp_rcv_state_process | Joe Perches | 1 | -37/+39 |
2013-05-25 | tcp: Remove another indentation level in tcp_rcv_state_process | Joe Perches | 1 | -59/+51 |
2013-05-25 | tcp: remove one indentation level in tcp_rcv_state_process() | Eric Dumazet | 1 | -136/+133 |
2013-05-25 | net: add netnotifier event for upper device change | Jiri Pirko | 1 | -1/+2 |
2013-05-25 | net: ipv6: Add IPv6 support to the ping socket. | Lorenzo Colitti | 6 | -168/+643 |
2013-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 35 | -137/+309 |
2013-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 33 | -86/+305 |
2013-05-23 | bridge: Set vlan_features to allow offloads on vlans. | Vlad Yasevich | 1 | -6/+7 |
2013-05-23 | tcp: xps: fix reordering issues | Eric Dumazet | 1 | -4/+6 |
2013-05-23 | xfrm: properly handle invalid states as an error | Timo Teräs | 1 | -0/+1 |
2013-05-23 | ipv6: use ipv6_addr_scope() helper | Cong Wang | 1 | -2/+1 |
2013-05-23 | ipv6: use ipv6_addr_any() helper | Cong Wang | 1 | -3/+3 |
2013-05-23 | tcp: bug fix in proportional rate reduction. | Nandita Dukkipati | 1 | -10/+13 |
2013-05-23 | sch_tbf: segment too big GSO packets | Eric Dumazet | 1 | -2/+45 |
2013-05-22 | net: Loosen constraints for recalculating checksum in skb_segment() | Simon Horman | 1 | -1/+2 |
2013-05-22 | bridge: send query as soon as leave is received | Cong Wang | 1 | -0/+26 |
2013-05-22 | bridge: only expire the mdb entry when query is received | Cong Wang | 2 | -27/+13 |
2013-05-22 | bridge: use the bridge IP addr as source addr for querier | Cong Wang | 3 | -1/+31 |
2013-05-21 | batman-adv: Avoid double freeing of bat_counters | Martin Hundebøll | 2 | -0/+2 |
2013-05-20 | tcp: md5: remove spinlock usage in fast path | Eric Dumazet | 3 | -90/+24 |
2013-05-20 | rps: selective flow shedding during softnet overflow | Willem de Bruijn | 4 | -3/+177 |
2013-05-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 10 | -31/+101 |
2013-05-20 | ip_gre: fix a possible crash in ipgre_err() | Eric Dumazet | 1 | -1/+2 |
2013-05-19 | tcp: remove bad timeout logic in fast recovery | Yuchung Cheng | 1 | -64/+1 |
2013-05-20 | Hoist memcpy_fromiovec/memcpy_toiovec into lib/ | Rusty Russell | 1 | -50/+0 |
2013-05-19 | net: irda: using kzalloc() instead of kmalloc() to avoid strncpy() issue. | Chen Gang | 1 | -1/+1 |
2013-05-19 | ipv6: add support of peer address | Nicolas Dichtel | 1 | -17/+47 |
2013-05-19 | netlabel: improve domain mapping validation | Paul Moore | 1 | -0/+69 |
2013-05-18 | ipv6: fix possible crashes in ip6_cork_release() | Eric Dumazet | 1 | -1/+1 |
2013-05-17 | dev: remove duplicate 'skb->dev = dev' in dev_forward_skb() | Nicolas Dichtel | 1 | -1/+0 |
2013-05-17 | batman-adv: Fix rcu_barrier() miss due to double call_rcu() in TT code | Linus Lüssing | 3 | -1/+23 |
2013-05-16 | tcp: speedup tcp_fixup_rcvbuf() | Eric Dumazet | 1 | -3/+1 |
2013-05-16 | tcp: gso: do not generate out of order packets | Eric Dumazet | 1 | -1/+21 |
2013-05-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 9 | -32/+58 |
2013-05-16 | cfg80211: fix sending WoWLAN TCP wakeup settings | Johannes Berg | 1 | -0/+2 |
2013-05-16 | mac80211: report deauth to cfg80211 for local state change | Johannes Berg | 1 | -4/+4 |