summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-22sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov1-0/+13
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov3-12/+17
2012-02-21datagram: Factor out sk queue referencingPavel Emelyanov1-4/+5
2012-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-21/+34
2012-02-18batman-adv: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka1-3/+2
2012-02-18Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller17-235/+419
2012-02-16batman-adv: export used routing algorithm via sysfsMarek Lindner1-0/+9
2012-02-16batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner1-0/+24
2012-02-16batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner7-129/+129
2012-02-16batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner7-0/+145
2012-02-16batman-adv: warn if added interface is part of a bridgeMarek Lindner1-0/+8
2012-02-16batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll2-20/+23
2012-02-16batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll1-1/+0
2012-02-16batman-adv: simplify bat_ogm_receive API callMarek Lindner3-9/+9
2012-02-16batman-adv: Explicitly mark the common header structureSven Eckelmann10-98/+87
2012-02-16batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli3-3/+10
2012-02-16ipv4: Eliminate spurious argument to __ipv4_neigh_lookupDavid S. Miller1-1/+1
2012-02-16net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2-2/+4
2012-02-16net: 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/linvil...John W. Linville1-2/+2
2012-02-15netpoll: 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-14net_sched: sch_plug: plug_qdisc_ops is staticEric Dumazet1-1/+1
2012-02-14gro: 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-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-18/+24
2012-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-59/+59
2012-02-11net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf1-1/+2
2012-02-11ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei1-1/+1
2012-02-11netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman1-5/+2
2012-02-11netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman1-6/+0
2012-02-11netprio_cgroup: fix an off-by-one bugNeil Horman1-1/+1
2012-02-10mac80211: 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-09af_iucv: allow retrieval of maximum message sizeUrsula Braun1-1/+9
2012-02-09af_iucv: change net_device handling for HS transportUrsula Braun1-57/+62
2012-02-09af_iucv: block writing if msg limit is exceededUrsula Braun1-1/+1
2012-02-09af_iucv: remove IUCV-pathes completelyUrsula Braun1-34/+37
2012-02-09gro: more generic L2 header checkEric Dumazet1-2/+8
2012-02-09ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover4-1/+42
2012-02-09ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover4-3/+39
2012-02-09gro: 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