aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-05net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller1-1/+6
2012-07-05decnet: Use neighbours privately in dn_route struct.David S. Miller2-8/+30
2012-07-05neigh: Convert over to dst_neigh_lookup_skb().David S. Miller1-3/+16
2012-07-05br_netfilter: Convert to dst_neigh_lookup_skb().David S. Miller1-13/+23
2012-07-05sch_teql: Convert over to dev_neigh_lookup_skb().David S. Miller1-25/+22
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller5-13/+33
2012-07-05net: Do delayed neigh confirmation.David S. Miller4-9/+17
2012-07-05sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller1-3/+0
2012-07-05ipv4: Don't report neigh uptodate state in rtcache procfs.David S. Miller1-10/+2
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller3-14/+16
2012-07-04ipv4: Fix crashes in ip_options_compile().David S. Miller1-3/+6
2012-07-01batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann3-0/+4
2012-07-01batman-adv: fix counter summary lengthMarek Lindner1-2/+1
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann5-19/+24
2012-07-01batman-adv: Remove space before semicolonSven Eckelmann1-1/+1
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann9-10/+10
2012-07-01batman-adv: Transform BATADV_LOG_BUFF(idx) into functionSven Eckelmann1-4/+15
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann31-938/+1029
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann19-347/+369
2012-07-01batman-adv: Prefix local sysfs struct with batadv_Sven Eckelmann2-7/+7
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann9-64/+67
2012-07-01batman-adv: Prefix local debugfs structs with batadv_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann14-135/+140
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann12-232/+254
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann5-31/+31
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann13-63/+68
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann5-22/+22
2012-06-30netfilter: use kfree_skb() not kfree()Dan Carpenter1-1/+1
2012-06-30net: introduce new priv_flag indicating iface capable of change mac when runningJiri Pirko1-1/+1
2012-06-29netlink: add nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso2-0/+48
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso10-27/+59
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville38-789/+1220
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville6-21/+28
2012-06-29ipv4: Elide fib_validate_source() completely when possible.David S. Miller4-9/+53
2012-06-29net: l2tp_eth: provide tx_dropped counterEric Dumazet2-10/+16
2012-06-29ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sanity checksVille Nuorvala1-27/+38
2012-06-28ipv4: Remove extraneous assignment of dst->tclassid.David S. Miller1-3/+0
2012-06-28ipv4: Adjust in_dev handling in fib_validate_source()David S. Miller2-21/+16
2012-06-28ipv4: Fix bugs in fib_compute_spec_dst().David S. Miller1-13/+21
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf6-29/+29
2012-06-28tcp: plug dst leak in tcp_v6_conn_request()Neal Cardwell1-9/+10
2012-06-28tcp: use inet6_csk_route_req() in tcp_v6_send_synack()Neal Cardwell1-23/+6
2012-06-28tcp: pass fl6 to inet6_csk_route_req()Neal Cardwell2-16/+19
2012-06-28tcp: fix inet6_csk_route_req() for link-local addressesNeal Cardwell1-1/+1
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-54/+91
2012-06-28Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller4-14/+19
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee1-2/+2
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-91/+200
2012-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville4-14/+19
2012-06-28Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller30-740/+780