aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-12/+27
2012-01-09igmp: Avoid zero delay when receiving odd mixture of IGMP queriesBen Hutchings1-0/+2
2012-01-09net: Fix build with INET disabled.David S. Miller1-0/+1
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2-4/+4
2012-01-09net: introduce netif_addr_lock_nested() and call if when appropriateJiri Pirko1-6/+6
2012-01-09net: correct lock name in dev_[uc/mc]_sync documentations.Jiri Pirko1-2/+2
2012-01-08net: sk_update_clone is only used in net/core/sock.cStephen Rothwell1-0/+6
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-6/+3
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-4/+3
2012-01-07pktgen: set correct max and min in pktgen_setup_inject()Dan Carpenter1-2/+2
2012-01-07net: Default UDP and UNIX diag to 'n'.David S. Miller2-2/+6
2012-01-07net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa1-0/+2
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds432-11004/+24072
2012-01-05vfs: fix up ENOIOCTLCMD error handlingLinus Torvalds1-15/+1
2012-01-05net_sched: red: split red_parms into parms and varsEric Dumazet3-52/+62
2012-01-05net_sched: sfq: extend limitsEric Dumazet1-58/+117
2012-01-05net_sched: Bug in netem reorderingHagen Paul Pfeifer1-2/+2
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville18-102/+149
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+3
2012-01-04ipv6/addrconf: speedup /proc/net/if_inet6 fillingMihai Maruseac1-15/+28
2012-01-04ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)Neil Horman2-3/+5
2012-01-04mac80211: remove dead codeMohammed Shafi Shajakhan2-19/+0
2012-01-04mac80211: Call driver commands after drv_start in mac80211 restart codeYogesh Ashok Powar1-10/+9
2012-01-04mac80211: use RCU read locks for sta_info_getMohammed Shafi Shajakhan1-0/+2
2012-01-04mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan1-1/+4
2012-01-04mac80211: fix scan state machineMohammed Shafi Shajakhan1-1/+1
2012-01-04net/rfkill/rfkill-gpio.c: introduce missing kfreeJulia Lawall1-1/+1
2012-01-04mac80211: always clear SDATA_STATE_OFFCHANNEL flagEliad Peller1-1/+3
2012-01-04wireless: Treat IPv6 diffserv the same as IPv4 for 802.11eDave Täht1-1/+5
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias2-0/+9
2012-01-04cfg80211: relicense reg.c reg.h and genregdb.awk to ISCLuis R. Rodriguez4-7/+54
2012-01-04cfg80211: replace reg.c Nokia commit 269ac5Luis R. Rodriguez1-3/+3
2012-01-04cfg80211: replace reg.c Nokia commit c4c32294Luis R. Rodriguez1-6/+6
2012-01-04NFC: Handle error during NCI data exchangeIlan Elias1-0/+18
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias4-31/+30
2012-01-04wireless: Protect regdomain change by mutexDmitry Shmidt1-1/+4
2012-01-04mac80211: Remove superfluous ieee80211_rx_h_remove_qos_controlHelmut Schaa1-20/+0
2012-01-04net_sched: sfq: always randomize hash perturbationEric Dumazet1-6/+6
2012-01-04net_sched: sfq: fix mem alloc error recoveryEric Dumazet1-19/+33
2012-01-04ethtool: Remove ethtool_ops::set_rx_ntuple operationBen Hutchings1-55/+0
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings2-2/+11
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-01-03switch ->path_mknod() to umode_tAl Viro1-1/+1
2012-01-03sunrpc: propagate umode_tAl Viro2-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville28-1135/+1282
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-1/+1
2012-01-03net_sched: qdisc_alloc_handle() can be too slowEric Dumazet1-5/+9
2012-01-03sch_qfq: accurate wsum handlingEric Dumazet1-8/+9
2012-01-03sch_qfq: fix overflow in qfq_update_start()Eric Dumazet1-2/+2
2012-01-03sch_sfq: dont put new flow at the end of flowsEric Dumazet1-1/+1
2012-01-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+12
2012-01-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville15-329/+372
2012-01-01netfilter: nfnetlink_acct: fix nfnl_acct_get operationPablo Neira Ayuso1-4/+13
2011-12-31netfilter: ctnetlink: fix timeout calculationXi Wang1-2/+2
2011-12-31ipvs: try also real server with port 0 in backup serverJulian Anastasov3-4/+10
2011-12-30netem: fix classful handlingEric Dumazet1-121/+81
2011-12-30IPv6: Avoid taking write lock for /proc/net/ipv6_routeJosh Hunt2-1/+21
2011-12-30unix_diag: Fixup RQLEN extension reportPavel Emelyanov1-1/+12
2011-12-30af_unix: Move CINQ/COUTQ code to helpersPavel Emelyanov1-23/+36
2011-12-30unix_diag: Add the MEMINFO extensionPavel Emelyanov1-8/+12
2011-12-30inet_diag: Add the SKMEMINFO extensionPavel Emelyanov1-0/+4
2011-12-30sock_diag: Introduce the meminfo nla core (v2)Pavel Emelyanov1-0/+23
2011-12-30Merge branch 'tipc-Dec29-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller18-237/+248
2011-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+22
2011-12-29tipc: rename struct bearer_name to struct tipc_bearer_namesPaul Gortmaker2-6/+6
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker10-146/+156
2011-12-29tipc: rename struct bcbearer* to tipc_bcbearer*Paul Gortmaker1-10/+10
2011-12-29tipc: rename struct bclink to struct tipc_bclinkPaul Gortmaker1-4/+4
2011-12-29tipc: rename struct subscriber to struct tipc_subscriberPaul Gortmaker1-11/+11
2011-12-29tipc: rename struct subscription to struct tipc_subscriptionPaul Gortmaker4-26/+27
2011-12-29tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker6-19/+19
2011-12-29tipc: rename struct media to struct tipc_mediaPaul Gortmaker5-15/+15
2011-12-29ipv6: Fix neigh lookup using NULL device.David S. Miller1-7/+10
2011-12-29ipv6: Report TCP timetstamp info in cacheinfo just like ipv4 does.David S. Miller1-1/+10
2011-12-29sch_tbf: report backlog informationEric Dumazet1-0/+1
2011-12-29netfilter: Kconfig: fix unmet xt_nfacct dependenciesPablo Neira Ayuso1-1/+1
2011-12-28ipv6: Kill rt6i_dev and rt6i_expires defines.David S. Miller9-49/+49
2011-12-28ipv6: Create fast inline ipv6 neigh lookup just like ipv4.David S. Miller1-19/+22
2011-12-28ipv6: Use universal hash for NDISC.David S. Miller4-18/+18
2011-12-28netrom: avoid overflows in nr_setsockopt()Xi Wang1-7/+7
2011-12-28ax25: avoid overflows in ax25_setsockopt()Xi Wang1-5/+6
2011-12-28genetlink: add auto module loadingStephen Hemminger1-0/+9
2011-12-28ipv6: Remove optimistic DAD flag test in ipv6_add_addr()David Miller1-10/+0
2011-12-27packet: fix possible dev refcnt leak when bind failWei Yongjun1-1/+5
2011-12-27netfilter: provide config option to disable ancient procfs partsJan Engelhardt4-9/+19
2011-12-27netfilter: xtables: collapse conditions in xt_ecnJan Engelhardt1-9/+6
2011-12-27netfilter: xtables: add an IPv6 capable version of the ECN matchPatrick McHardy1-26/+80
2011-12-27netfilter: xtables: give xt_ecn its own nameJan Engelhardt1-17/+17
2011-12-27netfilter: xtables: move ipt_ecn to xt_ecnJan Engelhardt5-6/+16
2011-12-27Bluetooth: Fix a compile warning in RFCOMMGustavo F. Padovan1-3/+0
2011-12-27tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens3-25/+24
2011-12-27tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens4-13/+37
2011-12-27tipc: Flush unsent broadcast messages when contact with last node is lostAllan Stephens1-1/+11
2011-12-27tipc: Minor optimization of broadcast link transmit queue statisticAllan Stephens1-4/+4
2011-12-27tipc: Handle broadcast attempt when no neighboring nodes existAllan Stephens1-1/+7
2011-12-27tipc: Ensure broadcast link spinlock is held when updating node mapAllan Stephens3-10/+22
2011-12-27tipc: Eliminate dynamic allocation of broadcast link data structuresAllan Stephens3-31/+13
2011-12-27tipc: Eliminate useless check when network address is assignedAllan Stephens1-7/+5
2011-12-27tipc: Minor correction to TIPC module unloadingAllan Stephens1-1/+1
2011-12-27tipc: Eliminate useless memset operations in Ethernet media supportAllan Stephens1-3/+0
2011-12-27tipc: Do timely cleanup of disabled Ethernet bearer resourcesAllan Stephens1-12/+27
2011-12-27tipc: Minor optimization to deactivation of Ethernet media suppotAllan Stephens2-5/+1
2011-12-27tipc: Revise comment justifying release of configuration spinlockAllan Stephens1-7/+6
2011-12-27tipc: Allow run-time alteration of default link settingsAllan Stephens3-49/+127
2011-12-27tipc: Ignore neighbor discovery messages containing invalid addressAllan Stephens1-0/+3
2011-12-27tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens6-41/+41
2011-12-27tipc: Add new address conversion routines for Ethernet mediaAllan Stephens2-3/+79
2011-12-27tipc: Improve handling of media address printing errorsAllan Stephens3-15/+12
2011-12-27tipc: Streamline media registration error checkingAllan Stephens1-29/+8
2011-12-27tipc: Eliminate duplication of media structuresAllan Stephens1-20/+15
2011-12-27tipc: Optimize detection of duplicate media registrationAllan Stephens1-19/+21
2011-12-27tipc: Register new media using pre-compiled structureAllan Stephens3-66/+45
2011-12-27tipc: Enable use by containers having their own network namespaceAllan Stephens1-3/+0
2011-12-26ipv6: Kill useless route tracing bits in net/ipv6/route.cDavid S. Miller1-20/+2
2011-12-26unix: If we happen to find peer NULL when diag dumping, write zero.David S. Miller1-2/+1
2011-12-26unix_diag: Fix incoming connections nla lengthPavel Emelyanov1-1/+2
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki1-1/+2
2011-12-25Merge branch 'nf-next' of git://1984.lsi.us.es/net-nextDavid S. Miller41-294/+1019
2011-12-25netfilter: xtables: add nfacct match to support extended accountingPablo Neira Ayuso3-0/+87
2011-12-25netfilter: add extended accounting infrastructure over nfnetlinkPablo Neira Ayuso3-0/+361
2011-12-24rfs: better sizing of dev_flow_tableEric Dumazet1-17/+27
2011-12-24Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-5/+13
2011-12-24netem: dont call vfree() under spinlock and BH disabledEric Dumazet1-3/+4
2011-12-24netfilter: ctnetlink: fix scheduling while atomic if helper is autoloadedPablo Neira Ayuso1-0/+3
2011-12-24netfilter: ctnetlink: fix return value of ctnetlink_get_expect()Pablo Neira Ayuso1-5/+10
2011-12-24netfilter: ctnetlink: get and zero operations must be atomicPablo Neira Ayuso1-45/+39
2011-12-23netlink: Undo const marker in netlink_is_kernel().David S. Miller1-1/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller24-78/+243
2011-12-23netem: loss model API sizesstephen hemminger1-3/+3
2011-12-23sch_hfsc: report backlog informationEric Dumazet1-0/+10
2011-12-23Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close"Gustavo F. Padovan1-1/+1
2011-12-23Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller1-3/+3
2011-12-23Bluetooth: Incorrect address while storing LTK.Hemant Gupta1-1/+1
2011-12-23netfilter: xt_connbytes: handle negation correctlyFlorian Westphal1-3/+3
2011-12-23netfilter: ctnetlink: remove dead NAT codePatrick McHardy8-20/+1
2011-12-23netfilter: nf_nat: remove obsolete check in nf_nat_mangle_udp_packet()Patrick McHardy1-6/+0
2011-12-23netfilter: nf_nat: remove obsolete code from nf_nat_icmp_reply_translation()Patrick McHardy1-13/+1
2011-12-23netfilter: nat: remove module reference counting from NAT protocolsPatrick McHardy9-30/+3
2011-12-23netfilter: nf_nat: add missing nla_policy entry for CTA_NAT_PROTO attributePatrick McHardy1-0/+1
2011-12-23netfilter: nf_nat: use hash random for bysource hashPatrick McHardy2-1/+2
2011-12-23netfilter: nf_nat: export NAT definitions to userspacePatrick McHardy20-120/+120
2011-12-23netfilter: rework user-space expectation helper supportPablo Neira Ayuso4-46/+42
2011-12-23net: relax rcvbuf limitsEric Dumazet2-9/+3
2011-12-22netlink: wake up netlink listeners sooner (v2)stephen hemminger1-1/+1
2011-12-22netlink: af_netlink cleanup (v2)stephen hemminger2-18/+14
2011-12-22rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang1-2/+5
2011-12-22net: introduce DST_NOPEER dst flagEric Dumazet3-4/+4
2011-12-22mqprio: Avoid panic if no options are providedThomas Graf1-1/+1
2011-12-22bridge: provide a mtu() method for fake_dst_opsEric Dumazet1-0/+6
2011-12-22Bluetooth: Don't disable interrupt when locking the queueGustavo F. Padovan1-2/+2
2011-12-22Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan2-14/+14
2011-12-22Bluetooth: add debug output to l2cap_ack_timeout()Gustavo F. Padovan1-0/+2
2011-12-22percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2-4/+4
2011-12-22ipv4: using prefetch requires including prefetch.hStephen Rothwell1-0/+1
2011-12-22Bluetooth: Remove l2cap priority from inside RFCOMM.Gustavo F. Padovan1-27/+17
2011-12-22Bluetooth: Add SMP to User Passkey and ConfirmBrian Gix1-1/+9
2011-12-22Bluetooth: Add MITM mechanism to LE-SMPBrian Gix1-22/+204
2011-12-22Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim1-20/+9
2011-12-22Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim3-133/+15
2011-12-22Bluetooth: Remove magic numbers from le scan cmdAndrei Emeltchenko1-2/+10
2011-12-22Bluetooth: fix bt_accept_dequeue() to work in process contextGustavo F. Padovan1-7/+4
2011-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-25/+181
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert2-4/+26
2011-12-21Merge branch 'master' into pm-sleepRafael J. Wysocki60-324/+514
2011-12-21ipv4: reintroduce route cache garbage collectorEric Dumazet1-0/+107
2011-12-21irda: use msecs_to_jiffies() rather than manual calculationXi Wang1-2/+2
2011-12-21sch_sfq: rehash queues in perturb timerEric Dumazet1-6/+81
2011-12-21mac80211: Keep skb->piority for relayed frames in AP modeHelmut Schaa1-1/+6
2011-12-21mac80211: ibss should not purge clients it is not responsible forMarek Lindner1-0/+3
2011-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-2/+13
2011-12-21tcp: Replace constants with #define macrosVijay Subramanian2-4/+4
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim6-35/+15
2011-12-21Bluetooth: Remove global mutex hci_task_lockUlisses Furquim1-20/+1
2011-12-20Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-13/+27
2011-12-20net: have ipconfig not wait if no dev is availableGerlando Falauto1-0/+4
2011-12-20Bluetooth: Rename info_work to info_timerGustavo F. Padovan1-7/+7
2011-12-20Bluetooth: convert security timer to delayed_workGustavo F. Padovan2-9/+10
2011-12-20Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan1-14/+0
2011-12-20af_iucv: get rid of state IUCV_SEVEREDUrsula Braun1-27/+8
2011-12-20af_iucv: remove unused timer infrastructureUrsula Braun1-22/+0
2011-12-20af_iucv: release reference to HS deviceUrsula Braun1-13/+24
2011-12-20af_iucv: accelerate close for HS transportUrsula Braun1-0/+7
2011-12-20af_iucv: support ancillary data with HS transportUrsula Braun1-0/+2
2011-12-20Bluetooth: Clean up magic pointersAndrei Emeltchenko1-4/+4
2011-12-20Bluetooth: Check for flow control modeAndrei Emeltchenko1-0/+5
2011-12-20Bluetooth: Initialize default flow control modeAndrei Emeltchenko1-0/+4
2011-12-20Bluetooth: Split ctrl init to BREDR and AMP partsAndrei Emeltchenko2-18/+49
2011-12-20sctp: Do not account for sizeof(struct sk_buff) in estimated rwndThomas Graf2-11/+3
2011-12-20net: unix -- Add missing module.h inclusionCyrill Gorcunov1-0/+1
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell20-23/+23
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell10-29/+29
2011-12-19sctp: fix incorrect overflow check on autocloseXi Wang4-3/+17
2011-12-19net: two vzalloc() cleanupsEric Dumazet2-4/+2
2011-12-19llc: llc_cmsg_rcv was getting called after sk_eat_skb.Alex Juncu1-4/+10
2011-12-19mac80211: Fixing sparse warning at sta_info.cYogesh Ashok Powar1-2/+7
2011-12-19Revert "net: Remove unused neighbour layer ops."David S. Miller1-0/+10
2011-12-19NFC: use kfree_skb() for sk_buffsDan Carpenter1-1/+1
2011-12-19NFC: double unlock in nfc_llcp_recv_connect()Dan Carpenter1-3/+1