Age | Commit message (Expand) | Author |
2013-03-15 | VSOCK: Support VM sockets connected to the hypervisor. | Reilly Grant |
2013-03-13 | batman-adv: network coding - receive coded packets and decode them | Martin Hundebøll |
2013-03-13 | batman-adv: network coding - save overheard and tx packets for decoding | Martin Hundebøll |
2013-03-13 | batman-adv: network coding - code and transmit packets if possible | Martin Hundebøll |
2013-03-13 | batman-adv: network coding - buffer unicast packets before forward | Martin Hundebøll |
2013-03-13 | batman-adv: network coding - detect coding nodes and remove these after timeout | Martin Hundebøll |
2013-03-13 | batman-adv: network coding - add the initial infrastructure code | Martin Hundebøll |
2013-03-13 | batman-adv: don't use !! in bool conversion | Antonio Quartulli |
2013-03-13 | batman-adv: Return reason for failure in batadv_check_unicast_packet() | Martin Hundebøll |
2013-03-13 | batman-adv: replace redundant primary_if_get calls | Marek Lindner |
2013-03-12 | tcp: TLP loss detection. | Nandita Dukkipati |
2013-03-12 | tcp: Tail loss probe (TLP) | Nandita Dukkipati |
2013-03-12 | bridge: using for_each_set_bit to simplify the code | Wei Yongjun |
2013-03-12 | bridge: using for_each_set_bit_from to simplify the code | Wei Yongjun |
2013-03-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-03-12 | bridge: reserve space for IFLA_BRPORT_FAST_LEAVE | stephen hemminger |
2013-03-12 | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller |
2013-03-12 | net/ipv4: Ensure that location of timestamp option is stored | David Ward |
2013-03-12 | flow_dissector: support L2 GRE | Michael Dalton |
2013-03-11 | batman-adv: verify tt len does not exceed packet len | Marek Lindner |
2013-03-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2013-03-11 | net: can: af_can.c: Fix checkpatch warnings | Valentin Ilie |
2013-03-10 | ipv6: introduce ip6tunnel_xmit() helper | Cong Wang |
2013-03-10 | 6lowpan: Fix endianness issue in is_addr_link_local(). | YOSHIFUJI Hideaki / 吉藤英明 |
2013-03-10 | ipv6: remove superfluous nla_data() NULL pointer checks | Mathias Krause |
2013-03-10 | dcbnl: fix various netlink info leaks | Mathias Krause |
2013-03-10 | rtnl: fix info leak on RTM_GETLINK request for VF devices | Mathias Krause |
2013-03-10 | bridge: fix mdb info leaks | Mathias Krause |
2013-03-10 | tunnel: use iptunnel_xmit() again | Cong Wang |
2013-03-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2013-03-09 | ipip: capture inner headers during encapsulation | Pravin B Shelar |
2013-03-09 | ipip: Use tunnel_ip_select_ident() for tunnel IP-Identification. | Pravin B Shelar |
2013-03-09 | dcb: fix sparse warnings | stephen hemminger |
2013-03-09 | tunneling: Add generic Tunnel segmentation. | Pravin B Shelar |
2013-03-09 | tunneling: Capture inner mac header during encapsulation. | Pravin B Shelar |
2013-03-09 | net: Add skb_headers_offset_update helper function. | Pravin B Shelar |
2013-03-09 | tunnel: Inherit NETIF_F_SG for hw_enc_features. | Pravin B Shelar |
2013-03-09 | net: Kill link between CSUM and SG features. | Pravin B Shelar |
2013-03-08 | Revert parts of "hlist: drop the node parameter from iterators" | Arnd Bergmann |
2013-03-08 | ipv6: report sin6_scope_id if sockopt RECVORIGDSTADDR is set | Hannes Frederic Sowa |
2013-03-08 | ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_id | Hannes Frederic Sowa |
2013-03-08 | ipv6: ndisc: remove redundant check for !dev->addr_len | Thomas Graf |
2013-03-08 | ipv6: stop multicast forwarding to process interface scoped addresses | Hannes Frederic Sowa |
2013-03-08 | bridging: fix rx_handlers return code | Cristian Bercaru |
2013-03-08 | netlabel: fix build problems when CONFIG_IPV6=n | Paul Moore |
2013-03-08 | net/rds: zero last byte for strncpy | Chen Gang |
2013-03-07 | ipv6 flowlabel: add __rcu annotations | Eric Dumazet |
2013-03-07 | bridge: add missing vid to br_mdb_get() | Cong Wang |
2013-03-07 | Fix: sparse warning in inet_csk_prepare_forced_close | Christoph Paasch |
2013-03-07 | bridge: use ipv4_is_local_multicast() helper | Amerigo Wang |