Age | Commit message (Expand) | Author |
2012-11-07 | batman-adv: Distributed ARP Table - add compile option | Antonio Quartulli |
2012-11-07 | batman-adv: Distributed ARP Table - add snooping functions for ARP messages | Antonio Quartulli |
2012-11-07 | batman-adv: Distributed ARP Table - add ARP parsing functions | Antonio Quartulli |
2012-11-07 | batman-adv: Distributed ARP Table - implement local storage | Antonio Quartulli |
2012-11-07 | batman-adv: Distributed ARP Table - create DHT helper functions | Antonio Quartulli |
2012-11-07 | batman-adv: Distributed ARP Table - add a new debug log level | Antonio Quartulli |
2012-11-07 | batman-adv: add UNICAST_4ADDR packet type | Antonio Quartulli |
2012-11-07 | batman-adv: Mark correctly aligned headers not as __packed | Sven Eckelmann |
2012-11-07 | batman-adv: Reserve extra bytes in skb for better alignment | Sven Eckelmann |
2012-11-06 | htb: fix two bugs | Eric Dumazet |
2012-11-04 | bridge: Avoid 'statement with no effect' compiler warnings | Lee Jones |
2012-11-03 | net: fix bridge notify hook to manage flags correctly | John Fastabend |
2012-11-03 | htb: improved accuracy at high rates | Vimalkumar |
2012-11-03 | ipv6: introduce ip6_rt_put() | Amerigo Wang |
2012-11-03 | sctp: Clean up type-punning in sctp_cmd_t union | Neil Horman |
2012-11-03 | ipv6: remove a useless NULL check | Amerigo Wang |
2012-11-03 | pktgen: clean up ktime_t helpers | Daniel Borkmann |
2012-11-03 | tcp: better retrans tracking for defer-accept | Eric Dumazet |
2012-11-02 | net: Fix continued iteration in rtnl_bridge_getlink() | Ben Hutchings |
2012-11-02 | ipv6/multipath: remove flag NLM_F_EXCL after the first nexthop | Nicolas Dichtel |
2012-11-02 | eth: Rename and properly align br_reserved_address array | Ben Hutchings |
2012-11-02 | eth: Make is_link_local() consistent with other address tests | Ben Hutchings |
2012-11-02 | bridge: Use is_link_local() in store_group_addr() | Ben Hutchings |
2012-11-02 | skb: api to report errors for zero copy skbs | Michael S. Tsirkin |
2012-11-02 | skb: report completion status for zero copy skbs | Michael S. Tsirkin |
2012-11-01 | vlan: use IS_ENABLED() | Amerigo Wang |
2012-11-01 | ipv6: use IS_ENABLED() | Amerigo Wang |
2012-11-01 | rtnl/ipv4: use netconf msg to advertise rp_filter status | Nicolas Dichtel |
2012-11-01 | sk-filter: Add ability to get socket filter program (v2) | Pavel Emelyanov |
2012-10-31 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller |
2012-10-31 | net: filter: add vlan tag access | Eric Dumazet |
2012-10-31 | tcp: make tcp_clear_md5_list static | stephen hemminger |
2012-10-31 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller |
2012-10-31 | net/ipv4/ipconfig: add device address to a KERN_INFO message | Claudio Fontana |
2012-10-31 | ixgbe: add setlink, getlink support to ixgbe and ixgbevf | John Fastabend |
2012-10-31 | net: set and query VEB/VEPA bridge mode via PF_BRIDGE | John Fastabend |
2012-10-31 | net: create generic bridge ops | John Fastabend |
2012-10-29 | net, ixgbe: handle link local multicast addresses in SR-IOV mode | John Fastabend |
2012-10-29 | batman-adv: add kernel-doc for enum batadv_dbg_level | Antonio Quartulli |
2012-10-29 | batman-adv: pass the WIFI flag from the local to global entry | Antonio Quartulli |
2012-10-29 | batman-adv: properly convert flag into a boolean value | Antonio Quartulli |
2012-10-29 | batman-adv: check for more space before accessing the skb | Antonio Quartulli |
2012-10-29 | batman-adv: print packets re-routing on DBG_TT and ratelimit it | Antonio Quartulli |
2012-10-29 | batman-adv: properly store the roaming time | Antonio Quartulli |
2012-10-29 | batman-adv: don't allow ECTP traffic on batman-adv | Simon Wunderlich |
2012-10-29 | batman-adv: Only increase refcounter once for alternate router | Sven Eckelmann |
2012-10-29 | batman-adv: Check return value of try_module_get | Sven Eckelmann |
2012-10-29 | batman-adv: Remove extra check in batadv_bit_get_packet | Sven Eckelmann |
2012-10-29 | batman-adv: Set special lockdep classes to avoid lockdep warning | Sven Eckelmann |
2012-10-29 | batman-adv: return proper value in case of hash_add failure | Antonio Quartulli |