aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-28ipv4: Kill rt->rt_spec_dst, no longer used.David S. Miller3-37/+11
2012-06-28ipv4: Create and use fib_compute_spec_dst() helper.David S. Miller4-16/+48
2012-06-28ipv4: Show that ip_send_reply() is purely unicast routine.David S. Miller2-8/+9
2012-06-28batman-adv: Prefix main defines with BATADV_Sven Eckelmann18-202/+244
2012-06-28batman-adv: Prefix vis defines with BATADV_Sven Eckelmann2-2/+2
2012-06-28batman-adv: Prefix unicast defines with BATADV_Sven Eckelmann3-4/+4
2012-06-28batman-adv: Prefix types defines with BATADV_Sven Eckelmann3-11/+11
2012-06-28batman-adv: Prefix packet defines with BATADV_Sven Eckelmann11-37/+40
2012-06-28batman-adv: Prefix icmp_socket defines with BATADV_Sven Eckelmann2-2/+2
2012-06-28batman-adv: Prefix gateway defines with BATADV_Sven Eckelmann2-14/+18
2012-06-28batman-adv: Prefix bridge_loop_avoidance defines with BATADV_Sven Eckelmann2-3/+3
2012-06-28batman-adv: Prefix sysfs defines with BATADV_Sven Eckelmann2-9/+9
2012-06-28batman-adv: Prefix debugfs defines with BATADV_Sven Eckelmann2-2/+2
2012-06-28batman-adv: Prefix local defines with BATADV_Sven Eckelmann4-81/+87
2012-06-28batman-adv: beautify tt_global_add() argument listAntonio Quartulli3-19/+13
2012-06-28batman-adv: clear ADD+DEL (and viceversa) events in the same orig-intervalAntonio Quartulli1-3/+37
2012-06-28batman-adv: Directly print to seq_file in visSven Eckelmann1-143/+81
2012-06-28batman-adv: Prefix remaining function like macros with batadv_Sven Eckelmann11-89/+98
2012-06-28batman-adv: Prefix main local static functions with batadv_Sven Eckelmann1-37/+39
2012-06-28batman-adv: Prefix vis local static functions with batadv_Sven Eckelmann1-98/+103
2012-06-28batman-adv: Prefix unicast local static functions with batadv_Sven Eckelmann1-13/+16
2012-06-27ipv4: Kill early demux method return value.David S. Miller2-36/+25
2012-06-27xfrm_user: Propagate netlink error codes properly.David S. Miller1-190/+204
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller6-14/+9
2012-06-27net: added support for 40GbE link.parav.pandit@emulex.com1-12/+6
2012-06-27net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet4-11/+15
2012-06-27netlink: Get rid of obsolete rtnetlink macrosThomas Graf2-13/+8
2012-06-27decnet: Do not use RTA_PUT() macrosThomas Graf2-51/+79
2012-06-27ip6mr: Do not use RTA_PUT() macrosThomas Graf1-2/+3
2012-06-27ipmr: Do not use RTA_PUT() macrosThomas Graf1-14/+14
2012-06-27inet_diag: Do not use RTA_PUT() macrosThomas Graf1-59/+53
2012-06-27sock_diag: Do not use RTA_PUT() macrosThomas Graf1-9/+3
2012-06-27unix_diag: Do not use RTA_PUT() macrosThomas Graf1-47/+33
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet6-9/+14
2012-06-279p: fix min_t() casting in p9pdu_vwritef()Dan Carpenter1-1/+1