aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-21/+34
2012-02-17batman-adv: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka1-3/+2
2012-02-17Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller17-235/+419
2012-02-17batman-adv: export used routing algorithm via sysfsMarek Lindner1-0/+9
2012-02-17batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner1-0/+24
2012-02-17batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner7-129/+129
2012-02-17batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner7-0/+145
2012-02-17batman-adv: warn if added interface is part of a bridgeMarek Lindner1-0/+8
2012-02-17batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll2-20/+23
2012-02-17batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll1-1/+0
2012-02-17batman-adv: simplify bat_ogm_receive API callMarek Lindner3-9/+9
2012-02-17batman-adv: Explicitly mark the common header structureSven Eckelmann10-98/+87
2012-02-17batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli3-3/+10
2012-02-15ipv4: Eliminate spurious argument to __ipv4_neigh_lookupDavid S. Miller1-1/+1
2012-02-15net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2-2/+4
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2-2/+2
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville1-2/+2
2012-02-14netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet1-1/+1
2012-02-14RxRPC: Fix kcalloc parameters swappedAxel Lin1-2/+2
2012-02-14tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell1-0/+4
2012-02-13net_sched: sch_plug: plug_qdisc_ops is staticEric Dumazet1-1/+1
2012-02-13gro: fix truesize underestimationEric Dumazet1-1/+2
2012-02-13tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell1-9/+10
2012-02-13tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell1-14/+22
2012-02-13eth: reset addr_assign_type if eth_mac_addr() calledDanny Kukawka1-0/+2
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc6-0/+15
2012-02-13ipv6: helper function to get tclassJiri Benc1-1/+1
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-18/+24
2012-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-59/+59
2012-02-10net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf1-1/+2
2012-02-10ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei1-1/+1
2012-02-10netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman1-5/+2
2012-02-10netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman1-6/+0
2012-02-10netprio_cgroup: fix an off-by-one bugNeil Horman1-1/+1
2012-02-09mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan1-2/+2
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller4-9/+5
2012-02-08af_iucv: allow retrieval of maximum message sizeUrsula Braun1-1/+9
2012-02-08af_iucv: change net_device handling for HS transportUrsula Braun1-57/+62
2012-02-08af_iucv: block writing if msg limit is exceededUrsula Braun1-1/+1
2012-02-08af_iucv: remove IUCV-pathes completelyUrsula Braun1-34/+37
2012-02-08gro: more generic L2 header checkEric Dumazet1-2/+8
2012-02-08ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover4-1/+42
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover4-3/+39
2012-02-08gro: more generic L2 header checkEric Dumazet1-2/+8
2012-02-07caif: remove duplicate initializationDan Carpenter1-2/+1
2012-02-07net: Fix build regression when INET_UDP_DIAG=y and IPV6=mAnisse Astier1-1/+1
2012-02-07net/sched: sch_plug - Queue traffic until an explicit release commandShriram Rajagopalan3-0/+260
2012-02-07Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller7-260/+255
2012-02-06tipc: Minor optimization to rejection of connection-based messagesAllan Stephens1-2/+3
2012-02-06tipc: Eliminate alteration of publication key during name table purgingAllan Stephens1-4/+0