summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-12-07ipv4/route/rtnl: get mcast attributes when dst is multicastNicolas Dichtel
2012-12-07net: call notifiers for mtu change even if iface is not upJiri Pirko
2012-12-06net: fix some compiler warning in net/core/neighbour.cCong Wang
2012-12-05bridge: implement multicast fast leaveDavid S. Miller
2012-12-05ipv6: avoid taking locks at socket dismantleEric Dumazet
2012-12-05net: neighbour: prohibit negative value for unres_qlen_bytes parameterShan Wei
2012-12-05bridge: implement multicast fast leaveAmerigo Wang
2012-12-04ipv6: Protect ->mc_forwarding access with CONFIG_IPV6_MROUTEDavid S. Miller
2012-12-04ip6mr: fix rtm_family of rtnl msgNicolas Dichtel
2012-12-04net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADDSerge Hallyn
2012-12-04ip6mr: advertise new mfc entries via rtnlNicolas Dichtel
2012-12-04ipmr: advertise new mfc entries via rtnlNicolas Dichtel
2012-12-04ipmr/ip6mr: allow to get unresolved cache via netlinkNicolas Dichtel
2012-12-04ipmr/ip6mr: report origin of mfc entry into rtnl msgNicolas Dichtel
2012-12-04ipmr/ip6mr: advertise mfc stats via rtnetlinkNicolas Dichtel
2012-12-04ip6mr: use nla_nest_* helpersNicolas Dichtel
2012-12-04netconf: advertise mc_forwarding statusNicolas Dichtel
2012-12-04Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-12-03ipv6: Fix default route failover when CONFIG_IPV6_ROUTER_PREF=nPaul Marks
2012-12-03ipv6: Make 'addrconf_rs_timer' send Router Solicitations (and re-arm itself) ...Shmulik Ladkani
2012-12-03sctp: Add support to per-association statistics via a new SCTP_GET_ASSOC_STAT...Michele Baldessari
2012-12-03netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik
2012-12-03netfilter: ctnetlink: nla_policy updatesFlorian Westphal
2012-12-03netfilter: kill support for per-af queue backendsFlorian Westphal
2012-12-03netfilter: ctnetlink: dump entries from the dying and unconfirmed listsPablo Neira Ayuso
2012-12-03netfilter: nf_conntrack: improve nf_conn object traceabilityPablo Neira Ayuso
2012-12-03netfilter: ipset: Increase the number of maximal sets automaticallyJozsef Kadlecsik
2012-12-03tcp: don't abort splice() after small transfersWilly Tarreau
2012-12-02Merge git://git.infradead.org/users/dwmw2/atmDavid S. Miller
2012-12-02pppoatm: optimise PPP channel wakeups after sock_owned_by_user()David Woodhouse
2012-12-02br2684: allow assign only on a connected socketKrzysztof Mazur
2012-12-02br2684: fix module_put() raceDavid Woodhouse
2012-12-02pppoatm: fix missing wakeup in pppoatm_send()David Woodhouse
2012-12-02br2684: don't send frames on not-ready vccDavid Woodhouse
2012-12-02atm: add release_cb() callback to vccDavid Woodhouse
2012-12-01ipv6: unify logic evaluating inet6_dev's accept_ra propertyShmulik Ladkani
2012-12-01tcp: change default tcp hash sizeEric Dumazet
2012-11-30net: move inet_dport/inet_num in sock_commonEric Dumazet
2012-11-30sctp: verify length provided in heartbeat information parameterThomas Graf
2012-11-30rtnelink: remove unused parameter from rtnl_create_link().Rami Rosen
2012-11-30Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2012-11-30sctp: fix CONFIG_SCTP_DBG_MSG=y null pointer dereference in sctp_v6_get_dst()Tommi Rantala
2012-11-30mac802154: use kfree_skb() instead of dev_kfree_skb()Alan Ott
2012-11-30mac802154: fix memory leaksAlan Ott
2012-11-306lowpan: consider checksum bytes in fragmentation thresholdAlan Ott
2012-11-308021q: fix vlan device to inherit the unicast filtering capability flagYi Zou
2012-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2012-11-30pppoatm: do not inline pppoatm_may_send()Krzysztof Mazur
2012-11-30pppoatm: drop frames to not-ready vccKrzysztof Mazur
2012-11-30batman-adv: use ETH_P_BATMANAntonio Quartulli