aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-24tipc: Introduce node signature field in neighbor discovery messageAllan Stephens4-0/+21
2012-02-23br_device: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-02-22af_unix: MSG_TRUNC support for dgram socketsEric Dumazet1-1/+1
2012-02-22net/ieee802154/6lowpan.c: reuse eth_mac_addr()Danny Kukawka1-14/+2
2012-02-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller33-1840/+1437
2012-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville33-1840/+1437
2012-02-21unix: Support peeking offset for stream socketsPavel Emelyanov1-2/+18
2012-02-21unix: Support peeking offset for datagram and seqpacket socketsPavel Emelyanov1-5/+25
2012-02-21sock: 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-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-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville48-231/+272
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-15mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau1-1/+1
2012-02-15mac80211: call rate control only after initJohannes Berg4-3/+6
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-15Bluetooth: Fix possible use after free in delete pathUlisses Furquim1-2/+2
2012-02-15Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim1-3/+3
2012-02-15Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg1-1/+2
2012-02-15Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila1-6/+12
2012-02-15Bluetooth: silence lockdep warningOctavian Purdila3-7/+9
2012-02-15Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek1-4/+8
2012-02-15Bluetooth: Fix sk_sndtimeo initialization for L2CAP socketAndrzej Kaczmarek1-1/+1
2012-02-15Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg1-1/+1
2012-02-15Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley1-0/+4
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