summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-01-30Merge tag 'nfs-for-3.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-1/+16
2012-01-28net caif: Register properly as a pernet subsystem.Eric W. Biederman2-21/+2
2012-01-28ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller1-5/+3
2012-01-28ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller2-3/+11
2012-01-28ipv6: fib: Convert fib6_age() to dst_neigh_lookup().David S. Miller1-5/+14
2012-01-28ipv6: ndisc: Convert to dst_neigh_lookup()David S. Miller1-6/+12
2012-01-28ipv4: ip_gre: Convert to dst_neigh_lookup()David S. Miller1-3/+10
2012-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-0/+2
2012-01-27mac80211: Do not scan for IBSS merge with a fixed BSSID.Nicolas Cavallari1-2/+3
2012-01-27mac80211: send null packet on active (psm) reconfigurationEliad Peller1-0/+15
2012-01-27nfc: NULL vs zero in nci_activate_target()Dan Carpenter1-1/+1
2012-01-27{nl,cfg,mac}80211: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh5-1/+10
2012-01-27cfg80211: fix a few -Wshadow warningsJohannes Berg1-5/+3
2012-01-27mac80211: fix a few -Wshadow warningsJohannes Berg2-6/+3
2012-01-27mac80211: make CQM RSSI support per virtual interfaceJohannes Berg3-12/+4
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg2-3/+1
2012-01-27net: RTNETLINK adjusting values of min_ifinfo_dump_sizeStefan Gula1-0/+3
2012-01-27ipv6: Fix ip_gre lockless xmits.Willem de Bruijn1-0/+4
2012-01-27ipv6: Use ipv6_addr_any()David S. Miller1-2/+1
2012-01-27ipv6: sit: Convert to dst_neigh_lookup()David S. Miller1-5/+15
2012-01-27ipv4/ipv6: Prepare for new route gateway semantics.David S. Miller2-1/+20
2012-01-26tcp: add LINUX_MIB_TCPRETRANSFAIL counterEric Dumazet2-1/+4
2012-01-26netns: fix net_alloc_generic()Eric Dumazet1-15/+16
2012-01-26tcp: bind() optimize port allocationFlavio Leitner1-4/+2
2012-01-26tcp: bind() fix autoselection to share portsFlavio Leitner1-0/+5
2012-01-26l2tp: l2tp_ip - fix possible oops on packet receiveJames Chapman1-5/+0
2012-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-96/+128
2012-01-25ip_gre: Fix bug added to ipgre_tunnel_xmit().David S. Miller1-1/+3
2012-01-25ipip: Fix bug added to ipip_tunnel_xmit().David S. Miller1-0/+1
2012-01-25ipv4: Remove bogus checks of rt_gateway being zero.David S. Miller2-7/+3
2012-01-25rds: Make rds_sock_lock BH rather than IRQ safe.David S. Miller1-12/+8
2012-01-25net: flow_dissector.c missing include linux/export.hJesper Dangaard Brouer1-0/+1
2012-01-25llc: Fix race condition in llc_ui_recvmsgRadu Iliescu1-0/+5
2012-01-24mac80211: set bss_conf.idle when vif is connectedEliad Peller1-0/+1
2012-01-24mac80211: update oper_channel on ibss joinEliad Peller1-0/+1
2012-01-24NFC: Add NCI multiple targets supportIlan Elias3-94/+337
2012-01-24NFC: NFC core layer should not set the target_idxIlan Elias2-17/+0
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias3-12/+12
2012-01-24mac80211: in IBSS use the Auth frame to trigger STA reinsertionAntonio Quartulli1-36/+49
2012-01-24mac80211: add a 2-way Authentication challenge to IBSS modeAntonio Quartulli1-0/+7
2012-01-24NFC: Add NCI data exchange timerIlan Elias2-0/+28
2012-01-24mac80211: clean up rate control codeJohannes Berg3-34/+7
2012-01-24mac80211: clean up aggregation destructionJohannes Berg1-23/+8
2012-01-24NFC: Export new attributes sensb_res and sensf_resIlan Elias2-13/+104
2012-01-24mac80211: remove useless DA checking in ieee80211_rx_mgmt_probe_resp()Antonio Quartulli1-3/+0
2012-01-24mac80211: Fix the maximum transmit power with power constraintHong Wu2-2/+3
2012-01-24wireless: Save original maximum regulatory transmission power for the calucat...Hong Wu1-17/+2
2012-01-24mac80211: In IBSS the DA field of auth frames is different from BSSIDAntonio Quartulli4-7/+8
2012-01-24mac80211: refactor __ieee80211_get_channel_modeJohannes Berg1-11/+17
2012-01-24NFC: Complete NCI deactivate in deactivate_ntfIlan Elias2-1/+6