summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller
2012-07-05net: Do delayed neigh confirmation.David S. Miller
2012-07-05sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller
2012-07-05ipv4: Don't report neigh uptodate state in rtcache procfs.David S. Miller
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller
2012-07-04ipv4: Fix crashes in ip_options_compile().David S. Miller
2012-07-01batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann
2012-07-01batman-adv: fix counter summary lengthMarek Lindner
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann
2012-07-01batman-adv: Remove space before semicolonSven Eckelmann
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann
2012-07-01batman-adv: Transform BATADV_LOG_BUFF(idx) into functionSven Eckelmann
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix local sysfs struct with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix local debugfs structs with batadv_Sven Eckelmann
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann
2012-06-30netfilter: use kfree_skb() not kfree()Dan Carpenter
2012-06-30net: introduce new priv_flag indicating iface capable of change mac when runningJiri Pirko
2012-06-29netlink: add nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-29ipv4: Elide fib_validate_source() completely when possible.David S. Miller
2012-06-29net: l2tp_eth: provide tx_dropped counterEric Dumazet
2012-06-29ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sani...Ville Nuorvala
2012-06-28ipv4: Remove extraneous assignment of dst->tclassid.David S. Miller
2012-06-28ipv4: Adjust in_dev handling in fib_validate_source()David S. Miller
2012-06-28ipv4: Fix bugs in fib_compute_spec_dst().David S. Miller
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf
2012-06-28tcp: plug dst leak in tcp_v6_conn_request()Neal Cardwell
2012-06-28tcp: use inet6_csk_route_req() in tcp_v6_send_synack()Neal Cardwell
2012-06-28tcp: pass fl6 to inet6_csk_route_req()Neal Cardwell
2012-06-28tcp: fix inet6_csk_route_req() for link-local addressesNeal Cardwell
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-28Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2012-06-28ipv4: Kill rt->rt_spec_dst, no longer used.David S. Miller
2012-06-28ipv4: Create and use fib_compute_spec_dst() helper.David S. Miller
2012-06-28ipv4: Show that ip_send_reply() is purely unicast routine.David S. Miller
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann
2012-06-28batman-adv: Prefix vis defines with BATADV_Sven Eckelmann