summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-194-21/+34
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-151-2/+2
| |\
| | * mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan2012-02-091-2/+2
| * | netpoll: netpoll_poll_dev() should access dev->flagsEric Dumazet2012-02-141-1/+1
| * | RxRPC: Fix kcalloc parameters swappedAxel Lin2012-02-141-2/+2
| * | tcp: fix tcp_shifted_skb() adjustment of lost_cnt_hint for FACKNeal Cardwell2012-02-141-0/+4
| * | tcp: fix range tcp_shifted_skb() passes to tcp_sacktag_one()Neal Cardwell2012-02-131-9/+10
| * | tcp: allow tcp_sacktag_one() to tag ranges not aligned with skbsNeal Cardwell2012-02-131-14/+22
* | | batman-adv: use eth_hw_addr_random() instead of random_ether_addr()Danny Kukawka2012-02-171-3/+2
* | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-02-1717-235/+419
|\ \ \
| * | | batman-adv: export used routing algorithm via sysfsMarek Lindner2012-02-171-0/+9
| * | | batman-adv: allowing changing the routing algorithm via module parameterMarek Lindner2012-02-171-0/+24
| * | | batman-adv: convert batman iv algorithm to use dynamic infrastructureMarek Lindner2012-02-177-129/+129
| * | | batman-adv: add infrastructure to change routing algorithm at runtimeMarek Lindner2012-02-177-0/+145
| * | | batman-adv: warn if added interface is part of a bridgeMarek Lindner2012-02-171-0/+8
| * | | batman-adv: Move is_out_of_time() to main.h for general useMartin Hundebøll2012-02-172-20/+23
| * | | batman-adv: Rm empty line from is_my_mac() in main.cMartin Hundebøll2012-02-171-1/+0
| * | | batman-adv: simplify bat_ogm_receive API callMarek Lindner2012-02-173-9/+9
| * | | batman-adv: Explicitly mark the common header structureSven Eckelmann2012-02-1710-98/+87
| * | | batman-adv: add tt_initialised flag to the orig_node structAntonio Quartulli2012-02-173-3/+10
* | | | ipv4: Eliminate spurious argument to __ipv4_neigh_lookupDavid S. Miller2012-02-151-1/+1
* | | | net: use eth_hw_addr_random() and reset addr_assign_typeDanny Kukawka2012-02-152-2/+4
* | | | net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-152-2/+2
* | | | net_sched: sch_plug: plug_qdisc_ops is staticEric Dumazet2012-02-131-1/+1
* | | | gro: fix truesize underestimationEric Dumazet2012-02-131-1/+2
* | | | eth: reset addr_assign_type if eth_mac_addr() calledDanny Kukawka2012-02-131-0/+2
* | | | net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc2012-02-136-0/+15
* | | | ipv6: helper function to get tclassJiri Benc2012-02-131-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-108-18/+24
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-1018-59/+59
| |\ \ \
| | * | | net: Don't proxy arp respond if iif == rt->dst.dev if private VLAN is disabledThomas Graf2012-02-101-1/+2
| | * | | ipv4: Fix wrong order of ip_rt_get_source() and update iph->daddr.Li Wei2012-02-101-1/+1
| | * | | netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman2012-02-101-5/+2
| | * | | netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman2012-02-101-6/+0
| | * | | netprio_cgroup: fix an off-by-one bugNeil Horman2012-02-101-1/+1
| | * | | net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-094-9/+5
| | * | | gro: more generic L2 header checkEric Dumazet2012-02-081-2/+8
| | * | | net: Fix build regression when INET_UDP_DIAG=y and IPV6=mAnisse Astier2012-02-071-1/+1
| | * | | tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu2012-02-041-0/+5
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2012-02-022-3/+12
| |\ \ \ \
| | * | | | ceph: initialize client debugfs outside of monc->mutexSage Weil2012-02-022-3/+12
* | | | | | af_iucv: allow retrieval of maximum message sizeUrsula Braun2012-02-081-1/+9
* | | | | | af_iucv: change net_device handling for HS transportUrsula Braun2012-02-081-57/+62
* | | | | | af_iucv: block writing if msg limit is exceededUrsula Braun2012-02-081-1/+1
* | | | | | af_iucv: remove IUCV-pathes completelyUrsula Braun2012-02-081-34/+37
* | | | | | ipv6: Implement IPV6_UNICAST_IF socket option.Erich E. Hoover2012-02-084-1/+42
* | | | | | ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover2012-02-084-3/+39
* | | | | | gro: more generic L2 header checkEric Dumazet2012-02-081-2/+8
* | | | | | caif: remove duplicate initializationDan Carpenter2012-02-071-2/+1
* | | | | | net/sched: sch_plug - Queue traffic until an explicit release commandShriram Rajagopalan2012-02-073-0/+260