summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | mac80211: off by one in mcs mask handlingDan Carpenter2012-02-062-2/+2
| | * | | | | cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli2012-02-063-9/+19
| | * | | | | mac80211: redesign auth/assocJohannes Berg2012-02-068-1227/+1038
| | * | | | | cfg80211: export cfg80211_ref_bssJohannes Berg2012-02-062-5/+12
| | * | | | | cfg80211: stop tracking authenticated stateJohannes Berg2012-02-065-333/+80
| | * | | | | mac80211: remove dummy STA supportJohannes Berg2012-02-064-155/+38
| | * | | | | mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg2012-02-064-19/+19
| | * | | | | mac80211: add sta_state callbackJohannes Berg2012-02-067-28/+164
| | * | | | | mac80211: add NOTEXIST station stateJohannes Berg2012-02-062-0/+3
| | * | | | | mac80211: dont program keys for stations not uploadedJohannes Berg2012-02-061-16/+14
| | * | | | | mac80211: simplify AP_VLAN handlingJohannes Berg2012-02-065-33/+7
| | * | | | | mac80211: move managed mode station state modificationJohannes Berg2012-02-061-14/+14
| | * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-016-20/+39
| | |\ \ \ \ \
* | | | | | | | unix: Support peeking offset for stream socketsPavel Emelyanov2012-02-211-2/+18
* | | | | | | | unix: Support peeking offset for datagram and seqpacket socketsPavel Emelyanov2012-02-211-5/+25
* | | | | | | | sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov2012-02-211-0/+13
* | | | | | | | datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov2012-02-213-12/+17
* | | | | | | | datagram: Factor out sk queue referencingPavel Emelyanov2012-02-211-4/+5
|/ / / / / / /
* | | | | | | 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
OpenPOWER on IntegriCloud